Classes | Functions

gmtl::helpers Namespace Reference

Classes

struct  ConstructorCounter

Functions

ConstructorCounterVecCtrCounterInstance ()

Function Documentation

ConstructorCounter* gmtl::helpers::VecCtrCounterInstance (  )  [inline]

Definition at line 34 of file Helpers.h.

{
   static ConstructorCounter vec_counter;
   return &vec_counter;
}