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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp791 class ComPtrBase : protected RefOps <C> class in inherits:RefOps
811 ComPtrBase () : p (NULL) {} function in class:ComPtrBase
812 ComPtrBase (const ComPtrBase &that) : p (that.p) { addref(); } function in class:ComPtrBase
813 ComPtrBase (C *that_p) : p (that_p) { addref(); } function in class:ComPtrBase
815 ~ComPtrBase() { release(); }
817 ComPtrBase &operator= (const ComPtrBase &that)
823 ComPtrBase &operator= (C *that_p)
854 bool equalsTo (const ComPtrBase <O
[all...]

Completed in 51 milliseconds