tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
vector< T, Allocator > Member List

This is the complete list of members for vector< T, Allocator >, including all inherited members.

allocator_type typedefvector< T, Allocator >
begin() -> T *vector< T, Allocator >inline
begin() const -> T const *vector< T, Allocator >inline
capacity() -> etl::size_tvector< T, Allocator >inline
capacity() const -> etl::size_tvector< T, Allocator >inline
clear() noexcept -> voidvector< T, Allocator >inline
const_iterator typedefvector< T, Allocator >
const_pointer typedefvector< T, Allocator >
const_reference typedefvector< T, Allocator >
data() -> T *vector< T, Allocator >inline
data() const -> T const *vector< T, Allocator >inline
difference_type typedefvector< T, Allocator >
empty() -> boolvector< T, Allocator >inline
empty() const -> boolvector< T, Allocator >inline
end() -> T *vector< T, Allocator >inline
end() const -> T const *vector< T, Allocator >inline
iterator typedefvector< T, Allocator >
operator=(vector const &o) -> vector &=deletevector< T, Allocator >
operator=(vector &&other) noexcept -> vector &vector< T, Allocator >inline
pointer typedefvector< T, Allocator >
reference typedefvector< T, Allocator >
size() -> etl::size_tvector< T, Allocator >inline
size() const -> etl::size_tvector< T, Allocator >inline
size_type typedefvector< T, Allocator >
swap(vector &lhs, vector &rhs) -> voidvector< T, Allocator >friend
value_type typedefvector< T, Allocator >
vector()=defaultvector< T, Allocator >
vector(Allocator alloc)vector< T, Allocator >inlineexplicit
vector(etl::size_t n, T const &value, Allocator alloc=Allocator())vector< T, Allocator >inline
vector(etl::size_t n, Allocator alloc=Allocator())vector< T, Allocator >inlineexplicit
vector(vector const &o)=deletevector< T, Allocator >
vector(vector &&other) noexceptvector< T, Allocator >inline
~vector() noexceptvector< T, Allocator >inline