![]() |
![]() |
Go to the source code of this file.
Classes | |
class | CObstack |
Bulk object allocation object. More... | |
Functions | |
template<class T > | |
T ** | Finalize (CObstack *heap, vector< T *> &v) |
Transfer vector of pointers to a linear array allocated on the given obstack. More... | |
|
inline |
Transfer vector of pointers to a linear array allocated on the given obstack.
heap | pointer to obstack to allocate array in. |
v | vector of pointer to move. |