GME
13
|
Go to the source code of this file.
Classes | |
struct | metaobjidpair_type |
struct | metaobjidpair_hashfunc |
struct | metaobjidpair_equalkey |
struct | metaobjidpair_less |
struct | metaobjid2pair_hashfunc |
Typedefs | |
typedef OBJECTID | OBJID |
Functions | |
static bool | operator== (const metaobjidpair_type &a, const metaobjidpair_type &b) |
void | CopyTo (const metaobjidpair_type &idpair, VARIANT *v) |
void | CopyTo (const std::vector< metaobjidpair_type > &idpairs, VARIANT *v) |
void | CopyTo (const VARIANT &v, metaobjidpair_type &idpair) |
void | GetArrayBounds (const VARIANT &v, metaobjidpair_type *&start, metaobjidpair_type *&end) |
typedef OBJECTID OBJID |
Definition at line 5 of file CoreUtilities.h.
void CopyTo | ( | const metaobjidpair_type & | idpair, |
VARIANT * | v | ||
) | [inline] |
Definition at line 66 of file CoreUtilities.h.
void CopyTo | ( | const std::vector< metaobjidpair_type > & | idpairs, |
VARIANT * | v | ||
) | [inline] |
Definition at line 69 of file CoreUtilities.h.
void CopyTo | ( | const VARIANT & | v, |
metaobjidpair_type & | idpair | ||
) | [inline] |
Definition at line 82 of file CoreUtilities.h.
void GetArrayBounds | ( | const VARIANT & | v, |
metaobjidpair_type *& | start, | ||
metaobjidpair_type *& | end | ||
) | [inline] |
Definition at line 97 of file CoreUtilities.h.
static bool operator== | ( | const metaobjidpair_type & | a, |
const metaobjidpair_type & | b | ||
) | [static] |
Definition at line 17 of file CoreUtilities.h.