gRecursionGuard Class Reference

List of all members.

Public Member Functions

 gRecursionGuard (bool &guard)
 ~gRecursionGuard ()

Private Attributes

bool & guard_


Detailed Description

Definition at line 3295 of file gCycleMovement.cpp.


Constructor & Destructor Documentation

gRecursionGuard::gRecursionGuard ( bool &  guard  )  [inline]

Definition at line 3298 of file gCycleMovement.cpp.

03298       :
03299     gRecursionGuard( bool & guard )
03300             : guard_( guard )
03301     {
03302         guard_ = false;
    }

gRecursionGuard::~gRecursionGuard (  )  [inline]

Definition at line 3303 of file gCycleMovement.cpp.

03305     {
03306         guard_ = true;


Member Data Documentation

bool& gRecursionGuard::guard_ [private]

Definition at line 3308 of file gCycleMovement.cpp.


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