#include <core.hpp>
Classes | |
class | rebind |
Public Types | |
typedef const value_type * | const_pointer |
typedef const value_type & | const_reference |
typedef ptrdiff_t | difference_type |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef size_t | size_type |
typedef _Tp | value_type |
Public Member Functions | |
const_pointer | address (const_reference r) |
pointer | address (reference r) |
pointer | allocate (size_type count, const void *=0) |
template<typename U > | |
Allocator (Allocator< U > const &) | |
Allocator (Allocator const &) | |
Allocator () | |
void | construct (pointer p, const _Tp &v) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const |
~Allocator () |
The STL-compilant memory Allocator based on cv::fastMalloc() and cv::fastFree()
typedef const value_type* cv::Allocator< _Tp >::const_pointer |
typedef const value_type& cv::Allocator< _Tp >::const_reference |
typedef ptrdiff_t cv::Allocator< _Tp >::difference_type |
typedef value_type* cv::Allocator< _Tp >::pointer |
typedef value_type& cv::Allocator< _Tp >::reference |
typedef size_t cv::Allocator< _Tp >::size_type |
typedef _Tp cv::Allocator< _Tp >::value_type |
cv::Allocator< _Tp >::Allocator | ( | ) | [inline, explicit] |
cv::Allocator< _Tp >::~Allocator | ( | ) | [inline] |
cv::Allocator< _Tp >::Allocator | ( | Allocator< _Tp > const & | ) | [inline, explicit] |
cv::Allocator< _Tp >::Allocator | ( | Allocator< U > const & | ) | [inline, explicit] |
const_pointer cv::Allocator< _Tp >::address | ( | const_reference | r | ) | [inline] |
pointer cv::Allocator< _Tp >::address | ( | reference | r | ) | [inline] |
pointer cv::Allocator< _Tp >::allocate | ( | size_type | count, | |
const void * | = 0 | |||
) | [inline] |
void cv::Allocator< _Tp >::construct | ( | pointer | p, | |
const _Tp & | v | |||
) | [inline] |
void cv::Allocator< _Tp >::deallocate | ( | pointer | p, | |
size_type | ||||
) | [inline] |
void cv::Allocator< _Tp >::destroy | ( | pointer | p | ) | [inline] |
size_type cv::Allocator< _Tp >::max_size | ( | ) | const [inline] |