GME
13
|
Go to the source code of this file.
Functions | |
std::list< std::tstring > | tokenizer (std::tstring m, TCHAR separator= '/', bool include_separator=true) |
bool | findExact (const std::tstring &m, const std::tstring &to_find) |
std::tstring | makeRel (std::tstring &nm, std::tstring &nm2) |
std::tstring | makeViewable (const std::tstring &m) |
std::tstring | makeNameViewable (const std::tstring &m) |
CComBSTR | makeLink (CComObjPtr< IMgaObject > obj, const std::tstring &nm_2=_T(""), bool use_anyway_nm_2=false) |
CComBSTR | makeLink (CComObjPtr< IMgaFCO > obj, const std::tstring &nm_2=_T(""), bool use_anyway_nm_2=false) |
CComBSTR | makeLink (CComObjPtr< IMgaReference > obj, const std::tstring &nm_2=_T(""), bool use_anyway_nm_2=false) |
CComBSTR | makeLink (CComObjPtr< IMgaSet > obj, const std::tstring &nm_2=_T(""), bool use_anyway_nm_2=false) |
bool findExact | ( | const std::tstring & | m, |
const std::tstring & | to_find | ||
) |
Definition at line 33 of file Helper.cpp.
CComBSTR makeLink | ( | CComObjPtr< IMgaObject > | obj, |
const std::tstring & | nm_2 = _T("") , |
||
bool | use_anyway_nm_2 = false |
||
) |
Definition at line 114 of file Helper.cpp.
CComBSTR makeLink | ( | CComObjPtr< IMgaFCO > | obj, |
const std::tstring & | nm_2 = _T("") , |
||
bool | use_anyway_nm_2 = false |
||
) |
Definition at line 133 of file Helper.cpp.
CComBSTR makeLink | ( | CComObjPtr< IMgaReference > | obj, |
const std::tstring & | nm_2 = _T("") , |
||
bool | use_anyway_nm_2 = false |
||
) |
Definition at line 143 of file Helper.cpp.
CComBSTR makeLink | ( | CComObjPtr< IMgaSet > | obj, |
const std::tstring & | nm_2 = _T("") , |
||
bool | use_anyway_nm_2 = false |
||
) |
Definition at line 138 of file Helper.cpp.
std::tstring makeNameViewable | ( | const std::tstring & | m | ) |
Definition at line 99 of file Helper.cpp.
std::tstring makeRel | ( | std::tstring & | nm, |
std::tstring & | nm2 | ||
) |
Definition at line 45 of file Helper.cpp.
std::tstring makeViewable | ( | const std::tstring & | m | ) |
Definition at line 78 of file Helper.cpp.
std::list<std::tstring> tokenizer | ( | std::tstring | m, |
TCHAR | separator = '/' , |
||
bool | include_separator = true |
||
) |
Definition at line 8 of file Helper.cpp.