Handles the properties of input parameters.  
 More...
#include <Parameter.h>
Handles the properties of input parameters. 
◆ InputParameter()
  
  | 
        
          | InputParameter::InputParameter | ( | bool | is_optional = false, |  
          |  |  | bool | is_array = false, |  
          |  |  | bool | is_number = true, |  
          |  |  | double | default_val = 0.0 ) |  | inline | 
 
Handles input parameters. 
- Parameters
- 
  
    | is_optional | Is this parameter optional? |  | is_array | Is this parameter an array? |  | is_number | Is this parameter a number? |  | default_val | Default value (if parameter is optional) |  
 
 
 
◆ default_val
      
        
          | double InputParameter::default_val | 
      
 
Default value (if parameter is optional) 
 
 
◆ is_array
      
        
          | bool InputParameter::is_array | 
      
 
Is this parameter an array? 
 
 
◆ is_number
      
        
          | bool InputParameter::is_number | 
      
 
Is this parameter a number? 
 
 
◆ is_optional
      
        
          | bool InputParameter::is_optional | 
      
 
Is this parameter optional? 
 
 
The documentation for this struct was generated from the following file: