libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Typedefs
guid_helper.h File Reference

Defines class CGuidHelper, and guid containers. More...

#include <stdio.h>
#include "common_typedefs.h"
#include "error.h"
Include dependency graph for guid_helper.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Defines class CGuidHelper, and guid containers.