Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
CellCountViolation.h File Reference

Predefined policies for handling a cell count violation. More...

#include <cstdlib>
#include <exception>
#include <iostream>
#include <stdexcept>
Include dependency graph for CellCountViolation.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Predefined policies for handling a cell count violation.

Author
Jan Broeckhove, CoMP/UA
Remarks
(c) Jan Broeckhove, 2011.

Definition in file CellCountViolation.h.