#include <givaromm.h>
Public Types |
typedef T * | ptT |
Static Public Member Functions |
static T * | allocate (const size_t s) |
static void | desallocate (T *bloc, const size_t sz=0) |
static void | initone (T *p, const T &V=T()) |
static void | initialize (T *bloc, const size_t s, const T &V=T()) |
static void | destroy (T *bloc, const size_t s) |
template<class T>
class Givaro::GivaroMM< T >
Member Typedef Documentation
Member Function Documentation
T * allocate |
( |
const size_t |
s | ) |
[inline, static] |
void desallocate |
( |
T * |
bloc, |
|
|
const size_t |
sz = 0 |
|
) |
| [inline, static] |
void initone |
( |
T * |
p, |
|
|
const T & |
V = T() |
|
) |
| [inline, static] |
void initialize |
( |
T * |
bloc, |
|
|
const size_t |
s, |
|
|
const T & |
V = T() |
|
) |
| [inline, static] |
void destroy |
( |
T * |
bloc, |
|
|
const size_t |
s |
|
) |
| [inline, static] |
The documentation for this class was generated from the following file: