libNuML
1.1.1
Library for reading / writing NuML documents
|
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <sbml/xml/XMLError.h>
#include <numl/NUMLError.h>
#include <numl/NUMLErrorTable.h>
Classes | |
struct | numlCategoryString |
Functions | |
static const LIBNUML_CPP_NAMESPACE_BEGIN unsigned int | getSeverityForEntry (unsigned int index, unsigned int level, unsigned int version) |
Helper function for NUMLError(). More... | |
Variables | |
static struct numlCategoryString | numlCategoryStringTable [] |
static unsigned int | numlCategoryStringTableSize = sizeof(numlCategoryStringTable)/sizeof(numlCategoryStringTable[0]) |
|
static |
Helper function for NUMLError().
Takes an index, NUML level and version, and returns the appropriate field for the severity code out of the errorTable entry.
|
static |
|
static |