Gobelijn API documentation
- generated for commit a0cbea7
|
Predefined policies for handling a cell count violation. More...
#include <cstdlib>
#include <exception>
#include <iostream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | UA_CoMP::Num::OnViolationThrow |
Policy throws a std::runtime_error exception when condition is violated. More... | |
class | UA_CoMP::Num::OnViolationReturn |
Policy just returns whatever the condition, after writing a message to standard error. More... | |
class | UA_CoMP::Num::OnViolationExit |
Policy that exits, after writing a message to standard error. More... | |
Namespaces | |
UA_CoMP | |
Namespace Comp groups all code developed by the CoMP group. | |
UA_CoMP::Num | |
Numerical code. | |
Predefined policies for handling a cell count violation.
Definition in file CellCountViolation.h.