Defines class CGuidHelper, and guid containers. More...
Go to the source code of this file.
Classes | |
class | integra_api::CGuidHelper |
Common guid routines. More... | |
struct | integra_api::GuidHash |
Defines a hash operator so that guids can be keys of standard library maps and sets. Internal use only. More... | |
struct | integra_api::GuidCompare |
Defines a comparison operator so that guids can be keys of standard library maps and sets. Internal use only. More... | |
Typedefs | |
typedef std::unordered_set < GUID, GuidHash, GuidCompare > | integra_api::guid_set |
typedef std::vector< GUID > | integra_api::guid_array |
Defines class CGuidHelper, and guid containers.