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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h452 class SafeVMPtrBase : public AutoVMCallerBase<taQuiet, true> class in class:Console
456 SafeVMPtrBase(Console *aThat) : Base(aThat), mRC(E_FAIL), mpUVM(NULL) function in class:Console::SafeVMPtrBase
461 ~SafeVMPtrBase()
491 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(SafeVMPtrBase)
514 typedef SafeVMPtrBase<false> SafeVMPtr;
531 typedef SafeVMPtrBase<true> SafeVMPtrQuiet;

Completed in 45 milliseconds