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

simulation
Class HEntity

   in EntityHandles.h
   in EntityHandles.cpp

class HEntity


Field Summary
private u16 m_handle
          
 
Constructor Summary
  HEntity( const HEntity& copy )
          
  HEntity()
          
private  HEntity( u16 index )
          
  ~HEntity()
          
 
Method Summary
private void AddRef()
          
 operator bool() const
          
 operator CEntity*() const
          
 operator CStr8() const
          
private void DecRef()
          
 const u8* Deserialize( const u8* buffer, const u8* UNUSED( end ) )
          
 uint GetSerializedLength() const
          
 bool IsAlive() const
          
 bool IsValid() const
          
 bool operator!() const
          
 bool operator!=( const HEntity& test ) const
          
 CEntity& operator*() const
          
 CEntity* operator->() const
          
 void operator=( const HEntity& copy )
          
 bool operator==( const HEntity& test ) const
          
 u8* Serialize( u8* buffer ) const
          
 

Field Detail

m_handle

private u16 m_handle;


Constructor Detail

HEntity

public HEntity( const HEntity& copy );

HEntity

public HEntity();

HEntity

private HEntity( u16 index );

~HEntity

public ~HEntity();


Method Detail

AddRef

private void AddRef();

bool

public operator bool() const;

CEntity*

public operator CEntity*() const;

CStr8

public operator CStr8() const;

DecRef

private void DecRef();

Deserialize

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

GetSerializedLength

public uint GetSerializedLength() const;

IsAlive

public bool IsAlive() const;

IsValid

public bool IsValid() const;

operator!

public bool operator!() const;

operator!=

public bool operator!=( const HEntity& test ) const;

operator*

public CEntity& operator*() const;

operator->

public CEntity* operator->() const;

operator=

public void operator=( const HEntity& copy );

operator==

public bool operator==( const HEntity& test ) 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