Public Member Functions | |
TempDtorTest () | |
~TempDtorTest () | |
Static Public Member Functions | |
static TempDtorTest | factory () |
Static Public Attributes | |
static int | count = 0 |
Definition at line 511 of file internaltest.cc.
TempDtorTest::TempDtorTest | ( | ) | [inline] |
TempDtorTest::~TempDtorTest | ( | ) | [inline] |
static TempDtorTest TempDtorTest::factory | ( | ) | [inline, static] |
Definition at line 513 of file internaltest.cc.
References TempDtorTest().
Referenced by test_temporarydtor1().
int TempDtorTest::count = 0 [static] |
Definition at line 512 of file internaltest.cc.
Referenced by TempDtorTest(), test_temporarydtor1(), and ~TempDtorTest().