|
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 97 of file aged_associative_container_test.cpp.
| using beast::aged_associative_container_test_base::AllocT< T >::value_type = T |
Definition at line 99 of file aged_associative_container_test.cpp.
|
explicit |
Definition at line 109 of file aged_associative_container_test.cpp.
|
default |
| beast::aged_associative_container_test_base::AllocT< T >::AllocT | ( | AllocT< U > const & | ) |
Definition at line 116 of file aged_associative_container_test.cpp.
| beast::aged_associative_container_test_base::AllocT< T >::AllocT | ( | ) |
Definition at line 147 of file aged_associative_container_test.cpp.
| bool beast::aged_associative_container_test_base::AllocT< T >::operator== | ( | AllocT< U > const & | ) | const |
Definition at line 122 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 129 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 135 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 141 of file aged_associative_container_test.cpp.