Searched defs:CInterface (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h185 * Base COM class the CInterface template and all wrapper classes are derived
197 * wrapper instance or the result of CInterface::createInstance()
496 * Alternative base class for the CInterface template that adds the errorInfo()
506 * method. Returned error info is useful only if CInterface::lastRC()
507 * represents a failure or a warning (i.e. CInterface::isReallyOk() is
613 class CInterface : public B class in inherits:B
622 CInterface() function in class:CInterface
627 CInterface(const CInterface &that) : B(that) function in class:CInterface
634 CInterface( function in class:CInterface
827 CUnknown(const CInterface<OI, OB> &that) argument
853 operator =(const CInterface<OI, OB> &that) argument
[all...]

Completed in 45 milliseconds