VM2D
1.12
Vortex methods for 2D flows simulation
|
#include <Gpu2D.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
MyAlloc () throw () | |
MyAlloc (const MyAlloc &) throw () | |
template<class U > | |
MyAlloc (const MyAlloc< U > &) throw () | |
~MyAlloc () throw () | |
size_type | max_size () const throw () |
pointer | allocate (size_type num, const void *=0) |
void | construct (pointer p, const T &value) |
void | destroy (pointer p) |
void | deallocate (pointer p, size_type num) |
typedef const T* VM2D::MyAlloc< T >::const_pointer |
typedef const T& VM2D::MyAlloc< T >::const_reference |
typedef std::ptrdiff_t VM2D::MyAlloc< T >::difference_type |
typedef T* VM2D::MyAlloc< T >::pointer |
typedef T& VM2D::MyAlloc< T >::reference |
typedef std::size_t VM2D::MyAlloc< T >::size_type |
typedef T VM2D::MyAlloc< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |