Inheritance diagram for lestes::std::a:

Public Member Functions | |
| ~a (void) | |
| bool | m (void) |
Static Public Member Functions | |
| static ptr< a > | create (void) |
Public Attributes | |
| int | f |
Protected Member Functions | |
| a (void) | |
Private Member Functions | |
| a (const a &) | |
| a & | operator= (const a &) |
Definition at line 38 of file ptr.test.cc.
| lestes::std::a::~a | ( | void | ) | [inline] |
| lestes::std::a::a | ( | void | ) | [inline, protected] |
| lestes::std::a::a | ( | const a & | ) | [private] |
Reimplemented in lestes::std::aa.
Definition at line 41 of file ptr.test.cc.
References a.
Referenced by lestes::std::ptr_test().
00041 { 00042 return ptr<a>(new a()); 00043 }
| bool lestes::std::a::m | ( | void | ) | [inline] |
Definition at line 45 of file ptr.test.cc.
1.5.1-20070107