SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::DB::Specs::Values Member List

This is the complete list of members for SWC::DB::Specs::Values, including all inherited members.

_allocate(size_type sz, ArgsT &&... args)SWC::Core::Vector< Value >inlineprivatestatic
_allocate_insert(pointer data_prev, size_type size_prev, size_type offset, size_type size, ArgsT &&... args)SWC::Core::Vector< Value >inlineprivatestatic
_allocate_insert(pointer data_prev, size_type size_prev, size_type offset, size_type size, const_iterator first, const_iterator last)SWC::Core::Vector< Value >inlineprivatestatic
_allocate_uinitialized(size_type size)SWC::Core::Vector< Value >inlineprivatestatic
_allocate_uinitialized(pointer data_prev, size_t size_prev, size_type sz)SWC::Core::Vector< Value >inlineprivatestatic
_alter(pointer data, size_type remain, size_type amount) noexcept(_NoExceptMove &&_NoExceptDestructor)SWC::Core::Vector< Value >inlineprivatestatic
_capSWC::Core::Vector< Value >private
_construct(pointer ptr, ArgsT &&... args) noexcept(std::is_nothrow_constructible_v< value_type, ArgsT... >)SWC::Core::Vector< Value >inlineprivatestatic
_copy(pointer data, const_pointer data_prev, size_type size_prev) noexcept(_NoExceptCopy)SWC::Core::Vector< Value >inlineprivatestatic
_dataSWC::Core::Vector< Value >private
_deallocate(pointer data, size_t) noexceptSWC::Core::Vector< Value >inlineprivatestatic
_grow(size_type sz)SWC::Core::Vector< Value >inlineprivate
_move(pointer data, pointer data_prev, size_type size_prev) noexcept(_NoExceptMove &&_NoExceptDestructor)SWC::Core::Vector< Value >inlineprivatestatic
_NoExceptCopySWC::Core::Vector< Value >privatestatic
_NoExceptDestructorSWC::Core::Vector< Value >privatestatic
_NoExceptMoveSWC::Core::Vector< Value >privatestatic
_NoExceptMoveAssignSWC::Core::Vector< Value >privatestatic
_Requires_CostructorSWC::Core::Vector< Value >privatestatic
_Requires_DestructorSWC::Core::Vector< Value >privatestatic
_sizeSWC::Core::Vector< Value >private
add(Condition::Comp comp=Condition::EQ)SWC::DB::Specs::Values
add(Value &&other)SWC::DB::Specs::Values
assign(IteratorT first, IteratorT last)SWC::Core::Vector< Value >inline
back() noexceptSWC::Core::Vector< Value >inline
back() const noexceptSWC::Core::Vector< Value >inline
begin() noexceptSWC::Core::Vector< Value >inline
begin() const noexceptSWC::Core::Vector< Value >inline
capacity() const noexceptSWC::Core::Vector< Value >inline
cbegin() const noexceptSWC::Core::Vector< Value >inline
cend() const noexceptSWC::Core::Vector< Value >inline
clear() noexcept(_NoExceptDestructor)SWC::Core::Vector< Value >inline
col_typeSWC::DB::Specs::Values
const_iterator typedefSWC::Core::Vector< Value >
const_pointer typedefSWC::Core::Vector< Value >
const_reference typedefSWC::Core::Vector< Value >
copy(const Values &other)SWC::DB::Specs::Values
data() noexceptSWC::Core::Vector< Value >inline
data() const noexceptSWC::Core::Vector< Value >inline
decode(const uint8_t **bufp, size_t *remainp, bool owner)SWC::DB::Specs::Valuesinline
display(std::ostream &out, bool pretty, const std::string &offset) constSWC::DB::Specs::Values
emplace(const_iterator it, ArgsT &&... args)SWC::Core::Vector< Value >inline
emplace_back(ArgsT &&... args)SWC::Core::Vector< Value >inline
emplace_back_unsafe(ArgsT &&... args) noexcept(std::is_nothrow_constructible_v< value_type, ArgsT... >)SWC::Core::Vector< Value >inline
empty() const noexceptSWC::Core::Vector< Value >inline
encode(uint8_t **bufp) constSWC::DB::Specs::Valuesinline
encoded_length() const noexceptSWC::DB::Specs::Valuesinline
end() noexceptSWC::Core::Vector< Value >inline
end() const noexceptSWC::Core::Vector< Value >inline
equal(const Values &other) const noexceptSWC::DB::Specs::Values
erase(size_type offset) noexcept(_NoExceptMoveAssign &&_NoExceptDestructor)SWC::Core::Vector< Value >inline
erase(const_iterator it) noexcept(_NoExceptMoveAssign &&_NoExceptDestructor)SWC::Core::Vector< Value >inline
erase(const_iterator first, const_iterator last) noexcept(_NoExceptMoveAssign &&_NoExceptDestructor)SWC::Core::Vector< Value >inline
free() noexceptSWC::Core::Vector< Value >inline
front() noexceptSWC::Core::Vector< Value >inline
front() const noexceptSWC::Core::Vector< Value >inline
insert(size_type offset, ArgsT &&... args)SWC::Core::Vector< Value >inline
insert(const_iterator it, ArgsT &&... args)SWC::Core::Vector< Value >inline
insert(size_type offset, const_iterator first, const_iterator last)SWC::Core::Vector< Value >inline
insert(const_iterator it, const_iterator first, const_iterator last)SWC::Core::Vector< Value >inline
insert_unsafe(const_iterator it, ArgsT &&... args) noexcept(_NoExceptMove &&_NoExceptDestructor &&std::is_nothrow_constructible_v< value_type, ArgsT... >)SWC::Core::Vector< Value >inline
is_matching(const Cells::Cell &cell) constSWC::DB::Specs::Values
iterator typedefSWC::Core::Vector< Value >
max_size() noexceptSWC::Core::Vector< Value >inlinestatic
move(Values &other) noexceptSWC::DB::Specs::Valuesinline
operator!=(const Vector &other) const noexceptSWC::Core::Vector< Value >inline
operator=(const Values &other)SWC::DB::Specs::Valuesinline
operator=(Values &&other) noexceptSWC::DB::Specs::Valuesinline
Vector< Value >::operator=(Vector &&other) noexceptSWC::Core::Vector< Value >inline
Vector< Value >::operator=(const Vector &other)SWC::Core::Vector< Value >inline
operator==(const Vector &other) const noexceptSWC::Core::Vector< Value >inline
operator[](size_type pos) noexceptSWC::Core::Vector< Value >inline
operator[](size_type pos) const noexceptSWC::Core::Vector< Value >inline
pointer typedefSWC::Core::Vector< Value >
pop_back() noexcept(_NoExceptDestructor)SWC::Core::Vector< Value >inline
print(std::ostream &out) constSWC::DB::Specs::Values
push_back(ArgsT &&... args)SWC::Core::Vector< Value >inline
push_back_unsafe(ArgsT &&... args) noexcept(std::is_nothrow_constructible_v< value_type, ArgsT... >)SWC::Core::Vector< Value >inline
reference typedefSWC::Core::Vector< Value >
reserve(size_type cap)SWC::Core::Vector< Value >inline
reserve()SWC::Core::Vector< Value >inline
resize(size_type sz, ArgsT &&... args)SWC::Core::Vector< Value >inline
shrink_to_fit(size_type sz=0)SWC::Core::Vector< Value >inline
size() const noexceptSWC::Core::Vector< Value >inline
size_of_internal() const noexceptSWC::DB::Specs::Values
size_type typedefSWC::Core::Vector< Value >
swap(Vector &other) noexceptSWC::Core::Vector< Value >inline
value_type typedefSWC::Core::Vector< Value >
Values(Types::Column a_col_type=Types::Column::UNKNOWN) noexceptSWC::DB::Specs::Valuesinline
Values(const uint8_t **bufp, size_t *remainp, bool owner)SWC::DB::Specs::Valuesinline
Values(Values &&other) noexceptSWC::DB::Specs::Valuesinline
Values(const Values &other)SWC::DB::Specs::Values
Vec typedefSWC::DB::Specs::Values
Vector() noexceptSWC::Core::Vector< Value >inline
Vector(size_type sz, ArgsT &&... args)SWC::Core::Vector< Value >inline
Vector(Vector &&other) noexceptSWC::Core::Vector< Value >inline
Vector(const Vector &other)SWC::Core::Vector< Value >inline
Vector(const_iterator _b, const_iterator _e)SWC::Core::Vector< Value >inline
Vector(std::initializer_list< value_type > &&l)SWC::Core::Vector< Value >inline
~Values() noexceptSWC::DB::Specs::Valuesinline
~Vector() noexcept(_NoExceptDestructor)SWC::Core::Vector< Value >inline