|  | OpenCV
    3.3.1
    Open Source Computer Vision | 
#include "cvstd.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 | |
| Allocator () | |
| Allocator (Allocator const &) | |
| template<typename U > | |
| Allocator (Allocator< U > const &) | |
| ~Allocator () | |
| pointer | address (reference r) | 
| const_pointer | address (const_reference r) | 
| pointer | allocate (size_type count, const void *=0) | 
| void | construct (pointer p, const _Tp &v) | 
| void | deallocate (pointer p, size_type) | 
| void | destroy (pointer p) | 
| size_type | max_size () const | 
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 | 
| 
 | inlineexplicit | 
| 
 | inline | 
| 
 | inlineexplicit | 
| 
 | inlineexplicit | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
 1.8.12
 1.8.12