sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::struct_array Class Referencefinal

#include <struct_array.hpp>

Inheritance diagram for sparrow::struct_array:
[legend]
Collaboration diagram for sparrow::struct_array:
[legend]

Public Types

using self_type = struct_array
 
using base_type = array_bitmap_base<self_type>
 
using inner_types = array_inner_types<self_type>
 
using value_iterator = typename inner_types::value_iterator
 
using const_value_iterator = typename inner_types::const_value_iterator
 
using size_type = typename base_type::size_type
 
using bitmap_type = typename base_type::bitmap_type
 
using bitmap_const_reference = typename base_type::bitmap_const_reference
 
using const_bitmap_range = base_type::const_bitmap_range
 
using inner_value_type = struct_value
 
using inner_reference = struct_value
 
using inner_const_reference = struct_value
 
using value_type = nullable<inner_value_type>
 
using const_reference = nullable<inner_const_reference, bitmap_const_reference>
 
using iterator_tag = base_type::iterator_tag
 
- Public Types inherited from sparrow::array_bitmap_base_impl< D, false >
using base_type
 
using size_type
 
using bitmap_type
 
using bitmap_iterator
 
using const_bitmap_iterator
 
using bitmap_const_reference
 
using difference_type
 
using const_bitmap_range
 
using iterator_tag
 

Public Member Functions

SPARROW_API struct_array (arrow_proxy proxy)
 
template<class... Args>
requires (mpl::excludes_copy_and_move_ctor_v<struct_array, Args...>)
 struct_array (Args &&... args)
 
SPARROW_API struct_array (const struct_array &)
 
SPARROW_API struct_arrayoperator= (const struct_array &)
 
 struct_array (struct_array &&)=default
 
struct_arrayoperator= (struct_array &&)=default
 
SPARROW_API size_type children_count () const
 
SPARROW_API const array_wrapperraw_child (std::size_t i) const
 
SPARROW_API array_wrapperraw_child (std::size_t i)
 
- Public Member Functions inherited from sparrow::array_bitmap_base_impl< D, false >
auto insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) -> bitmap_iterator is_mutable
 
auto insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) -> bitmap_iterator is_mutable
 

Friends

class array_crtp_base< self_type >
 
class detail::layout_value_functor< self_type, inner_value_type >
 
class detail::layout_value_functor< const self_type, inner_value_type >
 

Additional Inherited Members

- Protected Member Functions inherited from sparrow::array_bitmap_base_impl< D, false >
 array_bitmap_base_impl (arrow_proxy)
 
 array_bitmap_base_impl (const array_bitmap_base_impl &)
 
array_bitmap_base_imploperator= (const array_bitmap_base_impl &)
 
 array_bitmap_base_impl (array_bitmap_base_impl &&) noexcept=default
 
array_bitmap_base_imploperator= (array_bitmap_base_impl &&) noexcept=default
 
bitmap_typeget_bitmap ()
 
const bitmap_typeget_bitmap () const
 
void resize_bitmap (size_type new_length, bool value)
 
bitmap_iterator insert_bitmap (const_bitmap_iterator pos, bool value, size_type count)
 
bitmap_iterator insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) is_mutable
 
bitmap_iterator erase_bitmap (const_bitmap_iterator pos, size_type count)
 
void update ()
 
non_owning_dynamic_bitset< uint8_t > get_non_owning_dynamic_bitset ()
 
bitmap_type make_bitmap ()
 
 array_bitmap_base_impl (arrow_proxy)
 
 array_bitmap_base_impl (const array_bitmap_base_impl &)
 
 array_bitmap_base_impl (array_bitmap_base_impl &&) noexcept=default
 
array_bitmap_base_imploperator= (const array_bitmap_base_impl &)
 
array_bitmap_base_imploperator= (array_bitmap_base_impl &&) noexcept=default
 
bitmap_typeget_bitmap ()
 
const bitmap_typeget_bitmap () const
 
void resize_bitmap (size_type new_length, bool value)
 
bitmap_iterator insert_bitmap (const_bitmap_iterator pos, bool value, size_type count)
 
bitmap_iterator insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) is_mutable
 
bitmap_iterator erase_bitmap (const_bitmap_iterator pos, size_type count)
 
void update ()
 
non_owning_dynamic_bitset< uint8_t > get_non_owning_dynamic_bitset ()
 
bitmap_type make_bitmap ()
 

Detailed Description

Definition at line 60 of file struct_array.hpp.

Member Typedef Documentation

◆ base_type

◆ bitmap_const_reference

◆ bitmap_type

Definition at line 71 of file struct_array.hpp.

◆ const_bitmap_range

◆ const_reference

◆ const_value_iterator

using sparrow::struct_array::const_value_iterator = typename inner_types::const_value_iterator

Definition at line 68 of file struct_array.hpp.

◆ inner_const_reference

◆ inner_reference

◆ inner_types

◆ inner_value_type

◆ iterator_tag

◆ self_type

◆ size_type

Definition at line 69 of file struct_array.hpp.

◆ value_iterator

using sparrow::struct_array::value_iterator = typename inner_types::value_iterator

Definition at line 67 of file struct_array.hpp.

◆ value_type

Constructor & Destructor Documentation

◆ struct_array() [1/4]

SPARROW_API sparrow::struct_array::struct_array ( arrow_proxy proxy)
explicit
Here is the call graph for this function:
Here is the caller graph for this function:

◆ struct_array() [2/4]

template<class... Args>
requires (mpl::excludes_copy_and_move_ctor_v<struct_array, Args...>)
sparrow::struct_array::struct_array ( Args &&... args)
inlineexplicit

Definition at line 88 of file struct_array.hpp.

◆ struct_array() [3/4]

SPARROW_API sparrow::struct_array::struct_array ( const struct_array & )
Here is the call graph for this function:

◆ struct_array() [4/4]

sparrow::struct_array::struct_array ( struct_array && )
default
Here is the call graph for this function:

Member Function Documentation

◆ children_count()

SPARROW_API size_type sparrow::struct_array::children_count ( ) const
nodiscard

◆ operator=() [1/2]

SPARROW_API struct_array & sparrow::struct_array::operator= ( const struct_array & )
Here is the call graph for this function:

◆ operator=() [2/2]

struct_array & sparrow::struct_array::operator= ( struct_array && )
default
Here is the call graph for this function:

◆ raw_child() [1/2]

SPARROW_API array_wrapper * sparrow::struct_array::raw_child ( std::size_t i)
nodiscard

◆ raw_child() [2/2]

SPARROW_API const array_wrapper * sparrow::struct_array::raw_child ( std::size_t i) const
nodiscard

Friends And Related Symbol Documentation

◆ array_crtp_base< self_type >

friend class array_crtp_base< self_type >
friend

Definition at line 126 of file struct_array.hpp.

◆ detail::layout_value_functor< const self_type, inner_value_type >

Definition at line 126 of file struct_array.hpp.

◆ detail::layout_value_functor< self_type, inner_value_type >

Definition at line 126 of file struct_array.hpp.


The documentation for this class was generated from the following file: