address families


Detailed Description

This is the set of values valid for return from MaceKey::addressFamily().


Variables

const int8_t mace::UNDEFINED_ADDRESS = 0
 MaceKey of this type has no sub-type or helper. MaceKey::isNullAddress() would return true.
const int8_t mace::IPV4 = 1
 MaceKey of this type represents an IPV4 address.
const int8_t mace::SHA160 = 2
 MaceKey of this type represents a 160-bit address (generally based on the SHA1 of something).
const int8_t mace::SHA32 = 3
 MaceKey of this type represents a 32-bit address (generally based on the SHA1 of something).
const int8_t mace::STRING_ADDRESS = 4
 MaceKey of this type is a generic string.
const int8_t mace::NUM_ADDRESSES = 5
 The number of MaceKey address families.


Generated on Sat Oct 4 21:30:25 2008 for Mace Library by  doxygen 1.5.5