Additional Inherited Members | |
Public Types inherited from Common::Array< PlainGameDescriptor > | |
| typedef PlainGameDescriptor * | iterator |
| typedef const PlainGameDescriptor * | const_iterator |
| typedef PlainGameDescriptor | value_type |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef uint | size_type |
Protected Member Functions inherited from Common::Array< PlainGameDescriptor > | |
| void | allocCapacity (size_type capacity) |
| void | freeStorage (PlainGameDescriptor *storage, const size_type elements) |
| iterator | insert_aux (iterator pos, const_iterator first, const_iterator last) |
Static Protected Member Functions inherited from Common::Array< PlainGameDescriptor > | |
| static size_type | roundUpCapacity (size_type capacity) |
Protected Attributes inherited from Common::Array< PlainGameDescriptor > | |
| size_type | _capacity |
| size_type | _size |
| PlainGameDescriptor * | _storage |