GME  13
Functions
Helper.cpp File Reference

Go to the source code of this file.

Functions

std::list< std::tstringtokenizer (std::tstring m, TCHAR separator, bool include_separator)
bool findExact (const std::tstring &m, const std::tstring &to_find)
std::tstring makeRel (std::tstring &nm1, std::tstring &nm2)
std::tstring makeViewable (const std::tstring &m)
std::tstring makeNameViewable (const std::tstring &m)
CComBSTR makeLink (CComObjPtr< IMgaObject > p_obj, const std::tstring &nm2, bool use_anyway_nm_2)
CComBSTR makeLink (CComObjPtr< IMgaFCO > p_fco, const std::tstring &nm_2, bool use_anyway_nm_2)
CComBSTR makeLink (CComObjPtr< IMgaSet > p_fco, const std::tstring &nm_2, bool use_anyway_nm_2)
CComBSTR makeLink (CComObjPtr< IMgaReference > p_fco, const std::tstring &nm_2, bool use_anyway_nm_2)

Function Documentation

bool findExact ( const std::tstring m,
const std::tstring to_find 
)

Definition at line 33 of file Helper.cpp.

CComBSTR makeLink ( CComObjPtr< IMgaObject p_obj,
const std::tstring nm2,
bool  use_anyway_nm_2 
)

Definition at line 114 of file Helper.cpp.

CComBSTR makeLink ( CComObjPtr< IMgaFCO p_fco,
const std::tstring nm_2,
bool  use_anyway_nm_2 
)

Definition at line 133 of file Helper.cpp.

CComBSTR makeLink ( CComObjPtr< IMgaSet p_fco,
const std::tstring nm_2,
bool  use_anyway_nm_2 
)

Definition at line 138 of file Helper.cpp.

CComBSTR makeLink ( CComObjPtr< IMgaReference p_fco,
const std::tstring nm_2,
bool  use_anyway_nm_2 
)

Definition at line 143 of file Helper.cpp.

Definition at line 99 of file Helper.cpp.

Definition at line 45 of file Helper.cpp.

Definition at line 78 of file Helper.cpp.

std::list<std::tstring> tokenizer ( std::tstring  m,
TCHAR  separator,
bool  include_separator 
)

Definition at line 8 of file Helper.cpp.