Fairport  v1.0.38
Name to ID Mapping Structures
+ Collaboration diagram for Name to ID Mapping Structures:

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.

Function Documentation

ushort fairport::disk::nameid_get_guid_index ( const nameid &  n) [inline]

Returns the index into the guid stream of the guid of a given nameid structure.

Parameters:
[in]nthe nameid structure
Returns:
the guid's index
See also:
[MS-PST] 2.4.7.1/wGuid

Definition at line 1594 of file disk.h.

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.

Parameters:
[in]nthe nameid_hash_entry structure
Returns:
the guid's index
See also:
[MS-PST] 2.4.7.1/wGuid

Definition at line 1615 of file disk.h.

ushort fairport::disk::nameid_get_prop_index ( const nameid &  n) [inline]

Returns the index of a given nameid structure.

Parameters:
[in]nthe nameid structure
Returns:
the index
See also:
[MS-PST] 2.4.7.1/wPropIdx

Definition at line 1587 of file disk.h.

ushort fairport::disk::nameid_get_prop_index ( const nameid_hash_entry &  n) [inline]

Returns the index of a given nameid_hash_entry structure.

Parameters:
[in]nthe nameid_hash_entry structure
Returns:
the index
See also:
[MS-PST] 2.4.7.1/wPropIdx

Definition at line 1608 of file disk.h.

bool fairport::disk::nameid_is_string ( const nameid &  n) [inline]

Returns true if the nameid structure is named by a string.

Parameters:
[in]nthe nameid structure
Returns:
true if this is named by a string
See also:
[MS-PST] 2.4.7.1/N

Definition at line 1601 of file disk.h.

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.

Parameters:
[in]nthe nameid_hash_entry structure
Returns:
true if this is named by a string
See also:
[MS-PST] 2.4.7.1/N

Definition at line 1622 of file disk.h.