Loading...
Searching...
No Matches
cv::Allocator< _Tp > Class Template Reference
#include <opencv2/core/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 () | |
const_pointer | address (const_reference r) |
pointer | address (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 |
Detailed Description
template<typename _Tp>
class cv::Allocator< _Tp >
class cv::Allocator< _Tp >
The STL-compliant memory Allocator based on cv::fastMalloc() and cv::fastFree()
Member Typedef Documentation
◆ const_pointer
template<typename _Tp >
typedef const value_type* cv::Allocator< _Tp >::const_pointer |
◆ const_reference
template<typename _Tp >
typedef const value_type& cv::Allocator< _Tp >::const_reference |
◆ difference_type
template<typename _Tp >
typedef ptrdiff_t cv::Allocator< _Tp >::difference_type |
◆ pointer
template<typename _Tp >
typedef value_type* cv::Allocator< _Tp >::pointer |
◆ reference
template<typename _Tp >
typedef value_type& cv::Allocator< _Tp >::reference |
◆ size_type
template<typename _Tp >
typedef size_t cv::Allocator< _Tp >::size_type |
◆ value_type
template<typename _Tp >
typedef _Tp cv::Allocator< _Tp >::value_type |
Constructor & Destructor Documentation
◆ Allocator() [1/3]
template<typename _Tp >
|
inlineexplicit |
◆ ~Allocator()
template<typename _Tp >
|
inline |
◆ Allocator() [2/3]
template<typename _Tp >
|
inlineexplicit |
◆ Allocator() [3/3]
template<typename _Tp >
template<typename U >
|
inlineexplicit |
Member Function Documentation
◆ address() [1/2]
template<typename _Tp >
|
inline |
◆ address() [2/2]
template<typename _Tp >
|
inline |
◆ allocate()
template<typename _Tp >
|
inline |
◆ construct()
template<typename _Tp >
|
inline |
◆ deallocate()
template<typename _Tp >
|
inline |
◆ destroy()
template<typename _Tp >
|
inline |
◆ max_size()
template<typename _Tp >
|
inline |
The documentation for this class was generated from the following file:
- opencv2/core/cvstd.hpp