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

/vbox/include/VBox/com/
H A Dptr.h402 * ComObjPtr is a more specialized variant of ComPtr designed to be used for implementation
404 * but ComObjPtr<Machine> for a pointer to an implementation object.
406 * The methods behave the same except that ComObjPtr has the additional createObject()
409 * Note: To convert a ComObjPtr<InterfaceImpl> to a ComObj<IInterface> you have
416 * ComObjPtr<Progress> pProgress; // create the server side object
426 class ComObjPtr : public ComPtr<T> class in inherits:ComPtr
430 ComObjPtr() function in class:ComObjPtr
434 ComObjPtr(const ComObjPtr &that) function in class:ComObjPtr
438 ComObjPtr( function in class:ComObjPtr
[all...]

Completed in 42 milliseconds