Searched refs:ComPtrBase (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/ | ||
H A D | VBoxNetCfg.cpp | 791 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 1176 milliseconds