nMachinePTR Class Reference

Collaboration diagram for nMachinePTR:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 nMachinePTR ()
 ~nMachinePTR ()
 nMachinePTR (nMachinePTR const &other)
nMachinePTRoperator= (nMachinePTR const &other)

Public Attributes

nMachinemachine


Detailed Description

Definition at line 4131 of file nNetwork.cpp.


Constructor & Destructor Documentation

nMachinePTR::nMachinePTR (  )  [inline]

Definition at line 4135 of file nNetwork.cpp.

04135 {

nMachinePTR::~nMachinePTR (  )  [inline]

Definition at line 4136 of file nNetwork.cpp.

04136 :
    mutable nMachine * machine;

nMachinePTR::nMachinePTR ( nMachinePTR const &  other  )  [inline]

Definition at line 4137 of file nNetwork.cpp.

04138 : machine(tNEW(nMachine)()){};


Member Function Documentation

nMachinePTR& nMachinePTR::operator= ( nMachinePTR const &  other  )  [inline]

Definition at line 4138 of file nNetwork.cpp.

04138 : machine(tNEW(nMachine)()){};


Member Data Documentation

nMachine* nMachinePTR::machine [mutable]

Definition at line 4134 of file nNetwork.cpp.


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