|
reSIProcate/stack
9694
|
Public Types | |
| typedef resip::Id< A > | Id |
Public Member Functions | |
| A () | |
| virtual | ~A () |
| const A::Id & | getId () const |
| int | callme () |
Private Attributes | |
| int | mynumber |
| A::Id | mId |
Static Private Attributes | |
| static int | generator = 100 |
Definition at line 17 of file testId.cxx.
Definition at line 20 of file testId.cxx.
| A::A | ( | ) |
Definition at line 44 of file testId.cxx.
| A::~A | ( | ) | [virtual] |
Definition at line 46 of file testId.cxx.
{};
| int A::callme | ( | ) | [inline] |
Definition at line 27 of file testId.cxx.
References mynumber.
Referenced by main().
{ return mynumber; }
| const A::Id & A::getId | ( | ) | const |
int A::generator = 100 [static, private] |
Definition at line 29 of file testId.cxx.
Definition at line 31 of file testId.cxx.
Referenced by getId().
int A::mynumber [private] |
Definition at line 30 of file testId.cxx.
Referenced by callme().
1.7.5.1