Flatland

Documentation

SourceForge.net Logo

Flatland::Shape Struct Reference

List of all members.

Detailed Description

Definition at line 20 of file enums.hpp.

Public Types

enum  EShape {
  Quad = 0, Line = 1, Circle = 2, Terrain = 3,
  Composite = 4, Count = 5, Invalid = 5
}

Public Member Functions

 Shape (EShape name)
 Shape (unsigned int value)
 Shape ()
 operator EShape () const
unsigned int operator++ ()
unsigned int operator++ (int)
unsigned int operator-- ()
unsigned int operator-- (int)
const char * GetString () const

Public Attributes

union {
   EShape   name
   unsigned int   value
}; 


The documentation for this struct was generated from the following file:
Generated on Sat Jan 13 17:20:21 2007 for Flatland by doxygen 1.5.1