| 
    Bridge++
    Ver. 1.3.x
    
   | 
 
Typedefs | |
| typedef bool(* | valid_double) (const double) | 
| typedef bool(* | valid_int) (const int) | 
| typedef bool(* | valid_double_vector) (const std::vector< double > &) | 
| typedef bool(* | valid_int_vector) (const std::vector< int > &) | 
| typedef bool(* | valid_string) (const std::string &) | 
Functions | |
| int | non_negative (const int v) | 
| int | non_zero (const double v) | 
| int | square_non_zero (const double v) | 
| int | non_zero (const int v) | 
| int | non_NULL (const std::string v) | 
Variables | |
| Bridge::VerboseLevel | vl | 
| typedef bool(* ParameterCheck::valid_double) (const double) | 
| typedef bool(* ParameterCheck::valid_double_vector) (const std::vector< double > &) | 
| typedef bool(* ParameterCheck::valid_int_vector) (const std::vector< int > &) | 
| typedef bool(* ParameterCheck::valid_string) (const std::string &) | 
| int ParameterCheck::non_negative | ( | const int | v | ) | 
Definition at line 21 of file checker.cpp.
| int ParameterCheck::non_NULL | ( | const std::string | v | ) | 
Definition at line 61 of file checker.cpp.
| int ParameterCheck::non_zero | ( | const double | v | ) | 
Definition at line 31 of file checker.cpp.
| int ParameterCheck::non_zero | ( | const int | v | ) | 
Definition at line 51 of file checker.cpp.
| int ParameterCheck::square_non_zero | ( | const double | v | ) | 
Definition at line 41 of file checker.cpp.
| Bridge::VerboseLevel ParameterCheck::vl | 
Definition at line 18 of file checker.cpp.