Bridge++  Ver. 2.0.2
parameterCheck.h File Reference
#include "commonParameters.h"
#include "IO/bridgeIO.h"

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)
 
int ParameterCheck::is_satisfied (const bool cond)
 

Detailed Description

Author
Tatsumi Aoyama (aoym)
LastChangedBy
aoyama
Date
$LastChangedDate:: 2019-01-21 17:01:33 #$
Version
LastChangedRevision
1928

Definition in file parameterCheck.h.