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

/vbox/include/iprt/cpp/
H A Dxml.h101 class RT_DECL_CLASS ENotImplemented : public LogicError class in namespace:xml
104 ENotImplemented(const char *aMsg = NULL) : LogicError(aMsg) {} function in class:xml::ENotImplemented
105 ENotImplemented(RT_SRC_POS_DECL) : LogicError(RT_SRC_POS_ARGS) {} function in class:xml::ENotImplemented
162 * Throws ENotImplemented if this operation is not implemented for the
172 * Throws ENotImplemented if this operation is not implemented for the
221 * Throws ENotImplemented if this operation is not implemented for the

Completed in 73 milliseconds