zValidatorAll Class Reference

#include <zValidator.h>

Inheritance diagram for zValidatorAll:

Inheritance graph
[legend]
Collaboration diagram for zValidatorAll:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 zValidatorAll (Triad _positive, Triad _marked)
 zValidatorAll (zValidatorAll const &other)
void operator= (zValidatorAll const &other)
 overloaded assignment operator
virtual ~zValidatorAll ()
zValidatorcopy (void) const

Static Public Member Functions

static zValidatorcreate (Triad _positive, Triad _marked)

Protected Member Functions

bool isValid (gVectorExtra< nNetObjectID > &owners, gVectorExtra< nNetObjectID > &teamOwners, gCycle *possibleUser)


Detailed Description

Definition at line 100 of file zValidator.h.


Constructor & Destructor Documentation

zValidatorAll::zValidatorAll ( Triad  _positive,
Triad  _marked 
)

Definition at line 131 of file zValidator.cpp.

Referenced by copy(), and create().

00131                                                           :
00132         zValidator(_positive, _marked)
00133 { }

Here is the caller graph for this function:

zValidatorAll::zValidatorAll ( zValidatorAll const &  other  ) 

Definition at line 135 of file zValidator.cpp.

00135                                                       :
00136         zValidator(other)
00137 { }

virtual zValidatorAll::~zValidatorAll (  )  [inline, virtual]

Definition at line 107 of file zValidator.h.

00107 {};


Member Function Documentation

zValidator * zValidatorAll::create ( Triad  _positive,
Triad  _marked 
) [static]

Reimplemented from zValidator.

Definition at line 126 of file zValidator.cpp.

References zValidatorAll().

00127 {
00128     return new zValidatorAll(_positive, _marked);
00129 }

Here is the call graph for this function:

void zValidatorAll::operator= ( zValidatorAll const &  other  ) 

overloaded assignment operator

Definition at line 139 of file zValidator.cpp.

References zValidator::operator=().

00140 {
00141     this->zValidator::operator=(other);
00142 }

Here is the call graph for this function:

zValidator * zValidatorAll::copy ( void   )  const [virtual]

Reimplemented from zValidator.

Definition at line 144 of file zValidator.cpp.

References zValidatorAll().

00144                                           {
00145     return new zValidatorAll(*this);
00146 }

Here is the call graph for this function:

bool zValidatorAll::isValid ( gVectorExtra< nNetObjectID > &  owners,
gVectorExtra< nNetObjectID > &  teamOwners,
gCycle possibleUser 
) [inline, protected, virtual]

Reimplemented from zValidator.

Definition at line 110 of file zValidator.h.

00110                                                                                                                        {
00111         return true ;
00112     };


The documentation for this class was generated from the following files:
Generated on Sun Mar 16 00:02:26 2008 for Armagetron Advanced by  doxygen 1.5.4