GME  13
Functions
Helper.h File Reference

Go to the source code of this file.

Functions

std::list< std::tstringtokenizer (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)

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 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.

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 = true 
)

Definition at line 8 of file Helper.cpp.