GME
13
|
#include <MgaLibOps.h>
Classes | |
class | DoExtTreeCopy |
Static Public Member Functions | |
static void | logCreator (CComBSTR &p_log, const Typedefs::LIBVEC &p_libsToBe, const Typedefs::LIBVEC &p_libsHosted) |
static void | matchLibs (const Typedefs::LIBMAP &p_libMap, const Typedefs::LIBMAP &p_projMap, Typedefs::LIBPAIRVEC &p_machingPairs, CComBSTR &p_msgInfo) |
static void | deleteSuperfluousLibs (Typedefs::LIBVEC &p_superfluousLibs, Reporter &p_reporter) |
static void | collectDep (Typedefs::LIBPAIRVEC &p_matchingInfo, Reporter &p_reporter, Typedefs::LIBVEC &p_depLibs) |
static void | ungroupLibs (CoreObj &p_container, Typedefs::LIBMAP &p_results, Typedefs::LIBVEC &p_depLibs) |
static void | recordLibs (bool p_recordAllLibs, CoreObj &p_container, Typedefs::LIBMAP &p_results, const CComBSTR &p_avoidThisLibrary="") |
static void | GetItsGuid (CoreObj &p_coreObj, BSTR *p_guidDisp) |
Definition at line 532 of file MgaLibOps.h.
void LibImgHelper::collectDep | ( | Typedefs::LIBPAIRVEC & | p_matchingInfo, |
Reporter & | p_reporter, | ||
Typedefs::LIBVEC & | p_depLibs | ||
) | [static] |
Definition at line 1262 of file MgaLibOps.cpp.
void LibImgHelper::deleteSuperfluousLibs | ( | Typedefs::LIBVEC & | p_superfluousLibs, |
Reporter & | p_reporter | ||
) | [static] |
Definition at line 1300 of file MgaLibOps.cpp.
void LibImgHelper::GetItsGuid | ( | CoreObj & | p_coreObj, |
BSTR * | p_guidDisp | ||
) | [static] |
Definition at line 1371 of file MgaLibOps.cpp.
void LibImgHelper::logCreator | ( | CComBSTR & | p_log, |
const Typedefs::LIBVEC & | p_libsToBe, | ||
const Typedefs::LIBVEC & | p_libsHosted | ||
) | [static] |
Definition at line 1192 of file MgaLibOps.cpp.
void LibImgHelper::matchLibs | ( | const Typedefs::LIBMAP & | p_libMap, |
const Typedefs::LIBMAP & | p_projMap, | ||
Typedefs::LIBPAIRVEC & | p_machingPairs, | ||
CComBSTR & | p_msgInfo | ||
) | [static] |
Definition at line 1334 of file MgaLibOps.cpp.
void LibImgHelper::recordLibs | ( | bool | p_recordAllLibs, |
CoreObj & | p_container, | ||
Typedefs::LIBMAP & | p_results, | ||
const CComBSTR & | p_avoidThisLibrary = "" |
||
) | [static] |
Definition at line 1136 of file MgaLibOps.cpp.
void LibImgHelper::ungroupLibs | ( | CoreObj & | p_container, |
Typedefs::LIBMAP & | p_results, | ||
Typedefs::LIBVEC & | p_depLibs | ||
) | [static] |
Definition at line 1148 of file MgaLibOps.cpp.