Chi-Tech
input_parameters.h File Reference
#include "parameter_block.h"
#include "data_types/allowable_range.h"
#include <map>

Go to the source code of this file.

Data Structures

class  chi::InputParameters
 

Namespaces

namespace  chi
 

Macros

#define MakeInpParamsForObj(x, y)   chi::InputParameters::MakeForObject<x>(y)
 

Enumerations

enum class  chi::InputParameterTag { chi::NONE = 0 , chi::OPTIONAL = 1 , chi::REQUIRED = 2 }
 

Macro Definition Documentation

◆ MakeInpParamsForObj

#define MakeInpParamsForObj (   x,
 
)    chi::InputParameters::MakeForObject<x>(y)

Definition at line 9 of file input_parameters.h.