YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
interp_method_parameter Struct Reference
Collaboration diagram for interp_method_parameter:
Collaboration graph

Data Fields

char const * name
 
enum interp_method_parameter_value_type type
 
union { 
 
   struct { 
 
      struct yac_name_type_pair const *   valid_values 
 
      size_t   num_valid_values 
 
   }   enum_param 
 
   struct { 
 
      int   valid_min 
 
      int   valid_max 
 
   }   int_param 
 
   struct { 
 
      double   valid_min 
 
      double   valid_max 
 
   }   dble_param 
 
   struct { 
 
      size_t   max_str_len 
 
   }   str_param 
 
   struct { 
 
   }   bool_param 
 
data 
 
interp_method_parameter_value const default_value
 

Detailed Description

Definition at line 211 of file config_yaml.c.

Field Documentation

◆ [struct]

struct { ... } interp_method_parameter::bool_param

◆ [union]

union { ... } interp_method_parameter::data

◆ [struct]

struct { ... } interp_method_parameter::dble_param

◆ default_value

interp_method_parameter_value const interp_method_parameter::default_value

Definition at line 246 of file config_yaml.c.

◆ [struct]

struct { ... } interp_method_parameter::enum_param

◆ [struct]

struct { ... } interp_method_parameter::int_param

◆ max_str_len

size_t interp_method_parameter::max_str_len

Definition at line 237 of file config_yaml.c.

◆ name

char const* interp_method_parameter::name

Definition at line 213 of file config_yaml.c.

◆ num_valid_values

size_t interp_method_parameter::num_valid_values

Definition at line 228 of file config_yaml.c.

◆ [struct]

struct { ... } interp_method_parameter::str_param

◆ type

enum interp_method_parameter_value_type interp_method_parameter::type

Definition at line 214 of file config_yaml.c.

◆ valid_max [1/2]

int interp_method_parameter::valid_max

Definition at line 231 of file config_yaml.c.

◆ valid_max [2/2]

double interp_method_parameter::valid_max

Definition at line 234 of file config_yaml.c.

◆ valid_min [1/2]

int interp_method_parameter::valid_min

Definition at line 231 of file config_yaml.c.

◆ valid_min [2/2]

double interp_method_parameter::valid_min

Definition at line 234 of file config_yaml.c.

◆ valid_values

struct yac_name_type_pair const* interp_method_parameter::valid_values

Definition at line 227 of file config_yaml.c.


The documentation for this struct was generated from the following file: