|
sparrow 2.3.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <list_value.hpp>
Public Types | |
| using | self_type = list_reference<L> |
| using | value_type = list_value |
| using | size_type = list_value::size_type |
| using | iterator = list_value_iterator |
| using | const_iterator = list_value_iterator |
Public Member Functions | |
| constexpr | list_reference (L *layout, size_type index) |
| constexpr | list_reference (const self_type &) noexcept=default |
| constexpr | list_reference (self_type &&) noexcept=default |
| ~list_reference ()=default | |
| self_type & | operator= (const list_value &rhs) |
| self_type & | operator= (const self_type &rhs) |
| self_type & | operator= (self_type &&rhs) |
| operator list_value () const noexcept | |
| size_type | size () const noexcept |
| bool | empty () const noexcept |
| auto | operator[] (size_type i) const |
| auto | front () const |
| auto | back () const |
| iterator | begin () const |
| iterator | end () const |
| iterator | cbegin () const |
| iterator | cend () const |
| bool | operator== (const list_value &rhs) const |
| bool | operator== (const self_type &rhs) const |
Definition at line 394 of file list_value.hpp.
| using sparrow::list_reference< L >::const_iterator = list_value_iterator |
Definition at line 402 of file list_value.hpp.
| using sparrow::list_reference< L >::iterator = list_value_iterator |
Definition at line 401 of file list_value.hpp.
| using sparrow::list_reference< L >::self_type = list_reference<L> |
Definition at line 398 of file list_value.hpp.
| using sparrow::list_reference< L >::size_type = list_value::size_type |
Definition at line 400 of file list_value.hpp.
| using sparrow::list_reference< L >::value_type = list_value |
Definition at line 399 of file list_value.hpp.
|
inlineconstexpr |
Definition at line 404 of file list_value.hpp.
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
default |
|
inlinenodiscard |
Definition at line 456 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 461 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 471 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 476 of file list_value.hpp.
|
inlinenodiscardnoexcept |
Definition at line 441 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 466 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 451 of file list_value.hpp.
|
inlinenoexcept |
Definition at line 430 of file list_value.hpp.
|
inline |
Definition at line 414 of file list_value.hpp.
|
inline |
Definition at line 420 of file list_value.hpp.
|
inline |
Definition at line 425 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 481 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 486 of file list_value.hpp.
|
inlinenodiscard |
Definition at line 446 of file list_value.hpp.
|
inlinenodiscardnoexcept |
Definition at line 436 of file list_value.hpp.