#include <AI.h>
Inherits MemoryPoolObject.
Public Member Functions | |
| AISideBuildList (AsciiString side) | |
| void | addInfo (BuildListInfo *info) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Attributes | |
| AsciiString | m_side |
| Name of the faction. | |
| BuildListInfo * | m_buildList |
| Build list for the faction. | |
| AISideBuildList * | m_next |
Additional Inherited Members | |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
| AISideBuildList::AISideBuildList | ( | AsciiString | side | ) |
| void AISideBuildList::addInfo | ( | BuildListInfo * | info | ) |
| BuildListInfo* AISideBuildList::m_buildList |
| AISideBuildList* AISideBuildList::m_next |
| AsciiString AISideBuildList::m_side |