vrq

/builddir/build/BUILD/vrq-1.0.62/src/cobstack.h File Reference

#include "glue.h"
#include <vector>

Go to the source code of this file.

Classes

class  CObstack
 Bulk object allocation object. More...
struct  CObstack::obstackChunk_tag
 obstack chunk definition

Functions

template<class T >
T ** Finalize (CObstack *heap, vector< T * > &v)
 Transfer vector of pointers to a linear array allocated on the given obstack.

Function Documentation

template<class T >
T** Finalize ( CObstack heap,
vector< T * > &  v 
) [inline]

Transfer vector of pointers to a linear array allocated on the given obstack.

Parameters:
heap pointer to obstack to allocate array in.
v vector of pointer to move.
Returns:
pointer to array of pointers.

Generated on 16 Oct 2009 for vrq by  doxygen 1.6.1