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

simulation
Class CVector2D_hash_compare

   in AStarEngine.h

class CVector2D_hash_compare


Field Summary
 static const size_t bucket_size
          
 static const size_t min_buckets
          
 
Method Summary
 bool operator()( const CVector2D& _Key1, const CVector2D& _Key2 ) const
          
 size_t operator()( const CVector2D& Key ) const
          
 

Field Detail

bucket_size

public static const size_t bucket_size;

min_buckets

public static const size_t min_buckets;


Method Detail

operator()

public bool operator()( const CVector2D& _Key1, const CVector2D& _Key2 ) const;

operator()

public size_t operator()( const CVector2D& Key ) 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