|
GME
13
|
#include <MgaLibRefr.h>
Public Member Functions | |
| MyCComBSTR () | |
| MyCComBSTR (const CComBSTR &p) | |
| template<class T > | |
| void | appendLink (const T &ptr) |
| template<> | |
| void | appendLink (const FCOPtr &ptr) |
| void | appendLink (const CComBSTR &id, const CComBSTR &nm=L"NonameObject") |
| void | appendLink (FCO *fco) |
| void | appendGuid (const GUID &t_guid) |
| void | appendGuid (const BinGuid &p_guid) |
| void | appendGuid (const UniqueId &p_uid) |
Definition at line 179 of file MgaLibRefr.h.
| MyCComBSTR::MyCComBSTR | ( | ) | [inline] |
Definition at line 182 of file MgaLibRefr.h.
| MyCComBSTR::MyCComBSTR | ( | const CComBSTR & | p | ) | [inline] |
Definition at line 183 of file MgaLibRefr.h.
| void MyCComBSTR::appendGuid | ( | const GUID & | t_guid | ) | [inline] |
Definition at line 222 of file MgaLibRefr.h.
| void MyCComBSTR::appendGuid | ( | const BinGuid & | p_guid | ) | [inline] |
Definition at line 233 of file MgaLibRefr.h.
| void MyCComBSTR::appendGuid | ( | const UniqueId & | p_uid | ) | [inline] |
Definition at line 241 of file MgaLibRefr.h.
| void MyCComBSTR::appendLink | ( | const T & | ptr | ) | [inline] |
Definition at line 186 of file MgaLibRefr.h.
| void MyCComBSTR::appendLink | ( | const FCOPtr & | ptr | ) | [inline] |
Definition at line 195 of file MgaLibRefr.h.
| void MyCComBSTR::appendLink | ( | const CComBSTR & | id, |
| const CComBSTR & | nm = L"NonameObject" |
||
| ) | [inline] |
Definition at line 200 of file MgaLibRefr.h.
| void MyCComBSTR::appendLink | ( | FCO * | fco | ) | [inline] |
Definition at line 209 of file MgaLibRefr.h.
1.7.6.1