|
degate 0.1.1
|
#include <boost/foreach.hpp>#include <tr1/memory>#include <list>#include <LogicModel.h>#include <RCVContainer.h>#include <RCViolation.h>
Go to the source code of this file.
Classes | |
| class | degate::RCBase |
| Base class for Rule Checks. More... | |
Namespaces | |
| namespace | degate |
The namespace 'degate' is the namespace for everything that belongs to libdegate. | |
Typedefs | |
| typedef std::tr1::shared_ptr < RCBase > | degate::RCBase_shptr |
Enumerations | |
| enum | degate::RC_SEVERITY { degate::RC_UNDEFINED = 0, degate::RC_ERROR = 1, degate::RC_WARNING = 2 } |
| An enum for several types of Rule Check problem types. More... | |
1.7.4