GME
13
|
#include <MgaLibOps.h>
Static Public Member Functions | |
static void | getIncludes (CoreObj &p_fldCore, CComBSTR &p_idList) |
static void | setIncludes (CoreObj &p_fldCore, const CComBSTR &p_idList) |
static void | getIncludedBy (CoreObj &p_fldCore, CComBSTR &p_idList) |
static void | setIncludedBy (CoreObj &p_fldCore, const CComBSTR &p_idList) |
Static Public Attributes | |
static const wchar_t * | INCLUDED_BY_STR = "_includedBy" |
static const wchar_t * | INCLUDES_STR = "_includes" |
Definition at line 434 of file MgaLibOps.h.
void Ozer::StorageMgr::getIncludedBy | ( | CoreObj & | p_fldCore, |
CComBSTR & | p_idList | ||
) | [static] |
Definition at line 1614 of file MgaLibOps.cpp.
void Ozer::StorageMgr::getIncludes | ( | CoreObj & | p_fldCore, |
CComBSTR & | p_idList | ||
) | [static] |
Definition at line 1596 of file MgaLibOps.cpp.
void Ozer::StorageMgr::setIncludedBy | ( | CoreObj & | p_fldCore, |
const CComBSTR & | p_idList | ||
) | [static] |
Definition at line 1621 of file MgaLibOps.cpp.
void Ozer::StorageMgr::setIncludes | ( | CoreObj & | p_fldCore, |
const CComBSTR & | p_idList | ||
) | [static] |
Definition at line 1605 of file MgaLibOps.cpp.
const wchar_t * Ozer::StorageMgr::INCLUDED_BY_STR = "_includedBy" [static] |
Definition at line 443 of file MgaLibOps.h.
const wchar_t * Ozer::StorageMgr::INCLUDES_STR = "_includes" [static] |
Definition at line 444 of file MgaLibOps.h.