#include <nKrawall.h>


Public Member Functions | |
| nCheckResult () | |
| ~nCheckResult () | |
| nCheckResult (nCheckResult const &other) | |
Public Attributes | |
| tJUST_CONTROLLED_PTR< nNetObject > | user |
| bool | aborted |
| bool | automatic |
Definition at line 189 of file nKrawall.h.
| nKrawall::nCheckResult::nCheckResult | ( | ) |
| 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 {
Definition at line 191 of file nKrawall.h.
Definition at line 192 of file nKrawall.h.
Definition at line 193 of file nKrawall.h.
1.5.4