Fairport
v1.0.38
|
Classes | |
struct | fairport::disk::nameid |
Defines a id to name mapping. More... | |
struct | fairport::disk::nameid_hash_entry |
A modified nameid structure used in the hash buckets. More... | |
Functions | |
ushort | fairport::disk::nameid_get_prop_index (const nameid &n) |
Returns the index of a given nameid structure. | |
ushort | fairport::disk::nameid_get_guid_index (const nameid &n) |
Returns the index into the guid stream of the guid of a given nameid structure. | |
bool | fairport::disk::nameid_is_string (const nameid &n) |
Returns true if the nameid structure is named by a string. | |
ushort | fairport::disk::nameid_get_prop_index (const nameid_hash_entry &n) |
Returns the index of a given nameid_hash_entry structure. | |
ushort | fairport::disk::nameid_get_guid_index (const nameid_hash_entry &n) |
Returns the index into the guid stream of the guid of a given nameid_hash_entry structure. | |
bool | fairport::disk::nameid_is_string (const nameid_hash_entry &n) |
Returns true if the nameid_hash_entry structure is named by a string. |
ushort fairport::disk::nameid_get_guid_index | ( | const nameid & | n | ) | [inline] |
ushort fairport::disk::nameid_get_guid_index | ( | const nameid_hash_entry & | n | ) | [inline] |
Returns the index into the guid stream of the guid of a given nameid_hash_entry structure.
[in] | n | the nameid_hash_entry structure |
ushort fairport::disk::nameid_get_prop_index | ( | const nameid & | n | ) | [inline] |
ushort fairport::disk::nameid_get_prop_index | ( | const nameid_hash_entry & | n | ) | [inline] |
Returns the index of a given nameid_hash_entry structure.
[in] | n | the nameid_hash_entry structure |
bool fairport::disk::nameid_is_string | ( | const nameid & | n | ) | [inline] |
bool fairport::disk::nameid_is_string | ( | const nameid_hash_entry & | n | ) | [inline] |
Returns true if the nameid_hash_entry structure is named by a string.
[in] | n | the nameid_hash_entry structure |