GME  13
Defines | Typedefs | Functions
MgaFolder.cpp File Reference

Go to the source code of this file.

Defines

#define RELIDSPACEMASK   (RELIDSPACE-1)

Typedefs

typedef stdext::hash_set
< CoreObj, coreobj_hashfunc
coreobjset

Functions

void traversechildren (CoreObj &ss)
bool libraryNameEqual (CComBSTR n1, CComBSTR n2)
void str_scan_name (OLECHAR **p_ptr, int len_of, CComBSTR &p_name, CComBSTR &p_kind, CComBSTR &p_relpos)
void EnumRefs (CoreObj &self, coreobjset fcoset, EXCOLLECTIONTYPE_FOR(MgaFCO)*q)

Define Documentation

#define RELIDSPACEMASK   (RELIDSPACE-1)

Definition at line 354 of file MgaFolder.cpp.


Typedef Documentation

typedef stdext::hash_set<CoreObj, coreobj_hashfunc> coreobjset

Definition at line 1000 of file MgaFolder.cpp.


Function Documentation

void EnumRefs ( CoreObj self,
coreobjset  fcoset,
EXCOLLECTIONTYPE_FOR(MgaFCO)*  q 
)

Definition at line 1002 of file MgaFolder.cpp.

bool libraryNameEqual ( CComBSTR  n1,
CComBSTR  n2 
)

Definition at line 524 of file MgaFolder.cpp.

void str_scan_name ( OLECHAR **  p_ptr,
int  len_of,
CComBSTR &  p_name,
CComBSTR &  p_kind,
CComBSTR &  p_relpos 
)

Definition at line 543 of file MgaFolder.cpp.

void traversechildren ( CoreObj ss)

Definition at line 391 of file MgaFolder.cpp.