nMachineDecorator Class Reference

a decorator for machines for additional information to attach to them More...

#include <nNetwork.h>

Inheritance diagram for nMachineDecorator:

Inheritance graph
[legend]
Collaboration diagram for nMachineDecorator:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void Destroy ()
 called when machine gets destroyed

Protected Member Functions

virtual void OnDestroy ()
 called when machine gets destroyed
 nMachineDecorator (nMachine &machine)
 constructor
virtual ~nMachineDecorator ()
 destructor

Private Member Functions

 nMachineDecorator ()
 constructor


Detailed Description

a decorator for machines for additional information to attach to them

Definition at line 744 of file nNetwork.h.


Constructor & Destructor Documentation

nMachineDecorator::nMachineDecorator ( nMachine machine  )  [protected]

constructor

Parameters:
machine 

Definition at line 4785 of file nNetwork.cpp.

04789 {

nMachineDecorator::~nMachineDecorator ( void   )  [protected, virtual]

destructor

Definition at line 4770 of file nNetwork.cpp.

04774 {

nMachineDecorator::nMachineDecorator ( void   )  [private]

constructor

Definition at line 4757 of file nNetwork.cpp.


Member Function Documentation

void nMachineDecorator::Destroy ( void   )  [inline]

called when machine gets destroyed

Definition at line 1053 of file nNetwork.h.

References OnDestroy().

01054 {
01055     this->OnDestroy();
01056 }

Here is the call graph for this function:

void nMachineDecorator::OnDestroy ( void   )  [protected, virtual]

called when machine gets destroyed

Reimplemented in nMachineObserver, eVoter, and nQueryMessageStats.

Definition at line 4744 of file nNetwork.cpp.

Referenced by Destroy().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:47:45 2008 for Armagetron Advanced by  doxygen 1.5.4