Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

simulation
Class CFormationCollection

Singleton
   |
   +--CFormationCollection

   in FormationCollection.h
   in FormationCollection.cpp

class CFormationCollection
extends Singleton


Inner Classes, Typedefs, and Enums
typedef CFormationCollection::templateFilenameMap
          
typedef CFormationCollection::templateMap
          
 
Field Summary
private CFormationCollection::templateFilenameMap m_templateFilenames
          
private CFormationCollection::templateMap m_templates
          
 
Constructor Summary
~CFormationCollection()
          
 
Method Summary
 void GetFormationNames( std::vector< CStrW >& names )
          
 CFormation* GetTemplate( const CStrW& formationType )
          
 void LoadFile( const char* path )
          
 int LoadTemplates()
          
   
Methods inherited from class Singleton
GetSingleton, GetSingletonPtr, IsInitialised
 

Field Detail

m_templateFilenames

private CFormationCollection::templateFilenameMap m_templateFilenames;

m_templates

private CFormationCollection::templateMap m_templates;


Constructor Detail

~CFormationCollection

public ~CFormationCollection();


Method Detail

GetFormationNames

public void GetFormationNames( std::vector< CStrW >& names );

GetTemplate

public CFormation* GetTemplate( const CStrW& formationType );

LoadFile

public void LoadFile( const char* path );

LoadTemplates

public int LoadTemplates();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD