libNuML 1.1.1
Library for reading / writing NuML documents
NUMLErrorLog Member List

This is the complete list of members for NUMLErrorLog, including all inherited members.

add(const NUMLError &error)NUMLErrorLog
add(const std::list< NUMLError > &errors)NUMLErrorLog
getError(unsigned int n) constNUMLErrorLog
getNumFailsWithSeverity(unsigned int severity)NUMLErrorLog
logError(const unsigned int errorId=0, const unsigned int level=NUML_DEFAULT_LEVEL, const unsigned int version=NUML_DEFAULT_VERSION, const std::string &details="", const unsigned int line=0, const unsigned int column=0, const unsigned int severity=LIBNUML_SEV_ERROR, const unsigned int category=LIBNUML_CAT_NUML)NUMLErrorLog
NUMLErrorLog()NUMLErrorLog
remove(const unsigned int errorId)NUMLErrorLog
~NUMLErrorLog()NUMLErrorLogvirtual