reSIProcate/stack  9694
Public Types | Public Member Functions | Private Attributes | Static Private Attributes
A Class Reference

List of all members.

Public Types

typedef resip::Id< AId

Public Member Functions

 A ()
virtual ~A ()
const A::IdgetId () const
int callme ()

Private Attributes

int mynumber
A::Id mId

Static Private Attributes

static int generator = 100

Detailed Description

Definition at line 17 of file testId.cxx.


Member Typedef Documentation

typedef resip::Id<A> A::Id

Definition at line 20 of file testId.cxx.


Constructor & Destructor Documentation

A::A ( )

Definition at line 44 of file testId.cxx.

A::~A ( ) [virtual]

Definition at line 46 of file testId.cxx.

{};

Member Function Documentation

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

Definition at line 49 of file testId.cxx.

References mId.

Referenced by main().

{ return mId; }

Member Data Documentation

int A::generator = 100 [static, private]

Definition at line 29 of file testId.cxx.

A::Id A::mId [private]

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().


The documentation for this class was generated from the following file: