MkErrorC - various functions to 'create' and 'delete' a MkErrorS … More...
Functions | |
MkErrorC * | ccmkkernel::MkErrorC::Dup () const |
C++: → C-API Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance … | |
void | ccmkkernel::MkErrorC::Copy (const MkErrorC *srce) |
C++: → C-API Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance … | |
void | ccmkkernel::MkErrorC::Copy (const MkErrorC &srce) |
C++: → C-API Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance … | |
MkErrorC - various functions to 'create' and 'delete' a MkErrorS …
|
inline |
C++:
→ C-API dest.Copy(const MkErrorC* srce)
Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance …
Definition at line 594 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API dest.Copy(const MkErrorC* srce)
Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance …
Definition at line 587 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API [constructor] MkErrorC* srce.Dup()
Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance …
Definition at line 575 of file MkErrorC_inline_cc.hh.