Aleph-w
1.9
General library for algorithms and data structures
Aleph::MemArray< T > Member List
This is the complete list of members for
Aleph::MemArray< T >
, including all inherited members.
access
(const size_t i) const noexcept
Aleph::MemArray< T >
inline
allocate
()
Aleph::MemArray< T >
inline
protected
append
(T &item)
Aleph::MemArray< T >
inline
append
(T &&item)
Aleph::MemArray< T >
inline
append
(const MemArray &a) (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
inline
capacity
() const noexcept
Aleph::MemArray< T >
inline
contract
(const size_t first=0)
Aleph::MemArray< T >
inline
protected
contract_threshold
(defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
mutable
dim
(defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
protected
empty
()
Aleph::MemArray< T >
inline
empty_and_release
()
Aleph::MemArray< T >
inline
expand
(const size_t first=0)
Aleph::MemArray< T >
inline
protected
first
() const
Aleph::MemArray< T >
inline
get
(size_t i=1)
Aleph::MemArray< T >
inline
get_dim
() const noexcept
Aleph::MemArray< T >
inline
get_first
() const
Aleph::MemArray< T >
inline
get_last
() const
Aleph::MemArray< T >
inline
get_ne
(size_t i=1) noexcept (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
inline
get_ptr
() const noexcept
Aleph::MemArray< T >
inline
init_dim
(size_t d) noexcept (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
inline
protected
insert
(T &item)
Aleph::MemArray< T >
inline
insert
(T &&item)
Aleph::MemArray< T >
inline
is_empty
() const noexcept
Aleph::MemArray< T >
inline
is_valid
() const noexcept (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
inline
Item_Type
typedef (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
last
() const
Aleph::MemArray< T >
inline
MemArray
(size_t __dim=Min_Dim)
Aleph::MemArray< T >
inline
MemArray
(const MemArray &a)
Aleph::MemArray< T >
inline
MemArray
(MemArray &&a) noexcept
Aleph::MemArray< T >
inline
Min_Dim
(defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
static
n
(defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
protected
operator()
(const size_t i) const noexcept
Aleph::MemArray< T >
inline
operator=
(const MemArray &a)
Aleph::MemArray< T >
inline
operator=
(MemArray &&a) noexcept
Aleph::MemArray< T >
inline
operator[]
(const size_t i) const
Aleph::MemArray< T >
inline
pop
()
Aleph::MemArray< T >
inline
ptr
(defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
protected
push
(const T &item)
Aleph::MemArray< T >
inline
push
(T &&item)
Aleph::MemArray< T >
inline
put
(const T &item)
Aleph::MemArray< T >
inline
put
(T &&item)
Aleph::MemArray< T >
inline
putn
(const size_t more)
Aleph::MemArray< T >
inline
remove_first
()
Aleph::MemArray< T >
inline
remove_last
()
Aleph::MemArray< T >
inline
reserve
(const size_t cap)
Aleph::MemArray< T >
inline
reverse
()
Aleph::MemArray< T >
inline
size
() const noexcept
Aleph::MemArray< T >
inline
swap
(MemArray &a) noexcept
Aleph::MemArray< T >
inline
top
() const (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
inline
traverse
(Operation &operation)
Aleph::MemArray< T >
inline
traverse
(Operation &operation) const
Aleph::MemArray< T >
inline
traverse
(Operation &&operation) const
Aleph::MemArray< T >
inline
traverse
(Operation &&operation)
Aleph::MemArray< T >
inline
~MemArray
() (defined in
Aleph::MemArray< T >
)
Aleph::MemArray< T >
inline
Leandro Rabindranath León