#include "ut_assert.h"
Go to the source code of this file.
Functions | |
template<class V > | |
void | UT_std_vector_sparsepurgeall (V &v) |
template<class V > | |
void | UT_std_vector_purgeall (V &v) |
template<class V , typename F > | |
void | UT_std_vector_freeall (V &v, F free_func=g_free) |
void UT_std_vector_freeall | ( | V & | v, | |
F | free_func = g_free | |||
) |
Referenced by GR_CairoGraphics::~GR_CairoGraphics().
void UT_std_vector_purgeall | ( | V & | v | ) |
void UT_std_vector_sparsepurgeall | ( | V & | v | ) |
Referenced by GR_CairoGraphics::~GR_CairoGraphics().