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

simulation
Struct CEntityList

std::vector
   |
   +--CEntityList

   in EntityHandles.h
   in EntityHandles.cpp

struct CEntityList
extends std::vector


Constructor Summary
inline CEntityList( const std::vector< HEntity >& vect )
          
inline CEntityList( HEntity oneEntity )
          
inline CEntityList()
          
 
Method Summary
 operator CStr8() const
          
 const u8* Deserialize( const u8* buffer, const u8* UNUSED( end ) )
          
 uint GetSerializedLength() const
          
 u8* Serialize( u8* buffer ) const
          
 

Constructor Detail

CEntityList

public inline CEntityList( const std::vector< HEntity >& vect );

CEntityList

public inline CEntityList( HEntity oneEntity );

CEntityList

public inline CEntityList();


Method Detail

CStr8

public operator CStr8() const;

Deserialize

public const u8* Deserialize( const u8* buffer, const u8* UNUSED( end ) );

GetSerializedLength

public uint GetSerializedLength() const;

Serialize

public u8* Serialize( u8* buffer ) const;

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