IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GuidTypes.h
Go to the documentation of this file.
1 // GuidTypes.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_GUIDTYPES_H__
16 #define __IPSDKUTIL_GUIDTYPES_H__
17 
18 #include <IPSDKUtil/Tools/Guid.h>
19 #include <set>
20 
21 namespace ipsdk {
22 
25 
27 typedef std::set<Guid> GuidSet;
28 
31 
32 } // end of namespace ipsdk
33 
34 #endif // __IPSDKUTIL_GUIDTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
std::set< Guid > GuidSet
collection of unique ordered guid
Definition: GuidTypes.h:27