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

/vbox/include/VBox/com/
H A DErrorInfo.h45 * the previous one. To prevent this use MultiResult or ErrorInfoKeeper (see
70 * ErrorInfoKeeper:
427 * ErrorInfoKeeper eik;
439 class ErrorInfoKeeper : public ErrorInfo class in namespace:com
451 ErrorInfoKeeper(bool aIsNull = false) function in class:com::ErrorInfoKeeper
465 ErrorInfoKeeper(const ErrorInfo &aInfo) function in class:com::ErrorInfoKeeper
476 ~ErrorInfoKeeper() { if (!mForgot) restore(); }

Completed in 43 milliseconds