![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <BombayTableIndex.hpp>
Public Member Functions | |
| virtual u64 | HashComplete (const void *complete_record)=0 |
| virtual u64 | HashField (const void *just_field)=0 |
| virtual u64 | HashVarField (const void *just_field, u32 bytes) |
Definition at line 44 of file BombayTableIndex.hpp.
| virtual u64 cat::bombay::IHash::HashComplete | ( | const void * | complete_record | ) | [pure virtual] |
| virtual u64 cat::bombay::IHash::HashField | ( | const void * | just_field | ) | [pure virtual] |
| virtual u64 cat::bombay::IHash::HashVarField | ( | const void * | just_field, |
| u32 | bytes | ||
| ) | [inline, virtual] |
Definition at line 49 of file BombayTableIndex.hpp.
References HashField().
Referenced by cat::bombay::TableIndex::InsertVarField(), cat::bombay::TableIndex::LookupVarField(), cat::bombay::TableIndex::RemoveVarField(), and cat::bombay::TableIndex::VarField().
{ return HashField(just_field); }
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.