| 
    Bridge++
    Ver. 1.3.x
    
   | 
 
Go to the source code of this file.
Namespaces | |
| ParameterCheck | |
Typedefs | |
| typedef bool(* | ParameterCheck::valid_double) (const double) | 
| typedef bool(* | ParameterCheck::valid_int) (const int) | 
| 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 &) | 
Functions | |
| int | ParameterCheck::non_negative (const int v) | 
| int | ParameterCheck::non_zero (const int v) | 
| int | ParameterCheck::non_zero (const double v) | 
| int | ParameterCheck::square_non_zero (const double v) | 
| int | ParameterCheck::non_NULL (const std::string v) |