rippled
|
Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
Public Member Functions | |
AllocT (int) | |
AllocT (AllocT const &)=default | |
template<class U > | |
AllocT (AllocT< U > const &) | |
template<class U > | |
bool | operator== (AllocT< U > const &) const |
template<class U > | |
bool | operator!= (AllocT< U > const &o) const |
T * | allocate (std::size_t n, T const *=0) |
void | deallocate (T *p, std::size_t) |
AllocT () | |
Definition at line 117 of file aged_associative_container_test.cpp.
using beast::aged_associative_container_test_base::AllocT< T >::value_type = T |
Definition at line 119 of file aged_associative_container_test.cpp.
|
explicit |
Definition at line 129 of file aged_associative_container_test.cpp.
|
default |
beast::aged_associative_container_test_base::AllocT< T >::AllocT | ( | AllocT< U > const & | ) |
Definition at line 136 of file aged_associative_container_test.cpp.
beast::aged_associative_container_test_base::AllocT< T >::AllocT | ( | ) |
Definition at line 167 of file aged_associative_container_test.cpp.
bool beast::aged_associative_container_test_base::AllocT< T >::operator== | ( | AllocT< U > const & | ) | const |
Definition at line 142 of file aged_associative_container_test.cpp.
bool beast::aged_associative_container_test_base::AllocT< T >::operator!= | ( | AllocT< U > const & | o | ) | const |
Definition at line 149 of file aged_associative_container_test.cpp.
T* beast::aged_associative_container_test_base::AllocT< T >::allocate | ( | std::size_t | n, |
T const * | = 0 |
||
) |
Definition at line 155 of file aged_associative_container_test.cpp.
void beast::aged_associative_container_test_base::AllocT< T >::deallocate | ( | T * | p, |
std::size_t | |||
) |
Definition at line 161 of file aged_associative_container_test.cpp.