#include <UNV_Utilities.hxx>
Public Member Functions | |
| PrefixPrinter () | |
| ~PrefixPrinter () | |
Static Public Member Functions | |
| static string | GetPrefix () |
Static Private Attributes | |
| static int | myCounter = 0 |
Definition at line 39 of file UNV_Utilities.hxx.
| UNV.PrefixPrinter::PrefixPrinter | ( | ) |
Definition at line 30 of file UNV_Utilities.cxx.
{
myCounter++;
}
| UNV.PrefixPrinter::~PrefixPrinter | ( | ) |
Definition at line 35 of file UNV_Utilities.cxx.
{
myCounter--;
}
| string UNV.PrefixPrinter::GetPrefix | ( | ) | [static] |
Definition at line 40 of file UNV_Utilities.cxx.
int UNV.PrefixPrinter::myCounter = 0 [static, private] |
Definition at line 40 of file UNV_Utilities.hxx.