#include <ById.h>

Inheritance diagram for WithId:
Inheritance graph

Public Member Functions

 WithId ()
 
virtual ~WithId ()
 

Protected Member Functions

int getUntypedId () const
 Return an id for this object. More...
 

Private Attributes

int m_id
 

Friends

class AnyById
 

Detailed Description

Definition at line 151 of file ById.h.

Constructor & Destructor Documentation

WithId::WithId ( )
inline

Definition at line 154 of file ById.h.

virtual WithId::~WithId ( )
inlinevirtual

Definition at line 157 of file ById.h.

Member Function Documentation

int WithId::getUntypedId ( ) const
inlineprotected

Return an id for this object.

The id is a unique number for this object among all objects that implement WithId within this single run of the application.

Definition at line 168 of file ById.h.

Friends And Related Function Documentation

friend class AnyById
friend

Definition at line 161 of file ById.h.

Member Data Documentation

int WithId::m_id
private

Definition at line 173 of file ById.h.


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