nKrawall::nCheckResult Struct Reference

#include <nKrawall.h>

Inheritance diagram for nKrawall::nCheckResult:

Inheritance graph
[legend]
Collaboration diagram for nKrawall::nCheckResult:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 nCheckResult ()
 ~nCheckResult ()
 nCheckResult (nCheckResult const &other)

Public Attributes

tJUST_CONTROLLED_PTR< nNetObjectuser
bool aborted
bool automatic


Detailed Description

Definition at line 189 of file nKrawall.h.


Constructor & Destructor Documentation

nKrawall::nCheckResult::nCheckResult (  ) 

Definition at line 300 of file nKrawall.cpp.

00302 : aborted( false ), automatic( false ){}

nKrawall::nCheckResult::~nCheckResult (  ) 

Definition at line 303 of file nKrawall.cpp.

nKrawall::nCheckResult::nCheckResult ( nCheckResult const &  other  ) 

Definition at line 305 of file nKrawall.cpp.

00307 : nCheckResultBase( other ), user( other.user ), aborted( other.aborted ), automatic( other.automatic )
00308 {


Member Data Documentation

tJUST_CONTROLLED_PTR< nNetObject > nKrawall::nCheckResult::user

Definition at line 191 of file nKrawall.h.

bool nKrawall::nCheckResult::aborted

Definition at line 192 of file nKrawall.h.

bool nKrawall::nCheckResult::automatic

Definition at line 193 of file nKrawall.h.


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