src/tron/zone/zMisc.h File Reference

#include "gCycle.h"

Include dependency graph for zMisc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Triggerer

Typedefs

typedef boost::shared_ptr< REALmiscDataPtr

Enumerations

enum  Triad { _false, _true, _ignore }

Functions

bool validateTriad (Triad a, Triad b)


Typedef Documentation

typedef boost::shared_ptr<REAL> miscDataPtr

Definition at line 44 of file zMisc.h.


Enumeration Type Documentation

enum Triad

Enumerator:
_false 
_true 
_ignore 

Definition at line 6 of file zMisc.h.

00006            {
00007     _false,
00008     _true,
00009     _ignore
00010 };


Function Documentation

bool validateTriad ( Triad  a,
Triad  b 
) [inline]

Definition at line 28 of file zMisc.h.

References _ignore.

Referenced by zValidator::validate().

00028                                             {
00029     if (a==_ignore || b==_ignore || a==b)
00030     {
00031         return true;
00032     }
00033     return false;
00034 }

Here is the caller graph for this function:


Generated on Sat Mar 15 23:18:43 2008 for Armagetron Advanced by  doxygen 1.5.4