|
|
| InputList (InputList const &) |
| |
|
| InputList (InputList &&) |
| |
|
void | add (std::shared_ptr< Input > &&input) |
| |
|
LO | position (Input const &input) |
| |
|
LO | size () |
| |
|
Input & | at (LO i) |
| |
|
template<class InputType > |
| bool | is_input (LO i) |
| |
|
template<class InputType > |
| InputType & | use_input (LO i) |
| |
|
template<class ScalarType > |
| bool | is (LO i) |
| |
|
bool | is_map (LO i) |
| |
|
bool | is_list (LO i) |
| |
|
template<class ScalarType > |
| ScalarType | get (LO i) |
| |
|
InputMap & | get_map (LO i) |
| |
|
InputList & | get_list (LO i) |
| |
|
virtual void | out_of_line_virtual_method () |
| |
|
| Input (Input const &)=default |
| |
|
| Input (Input &&)=default |
| |
|
|
std::vector< std::shared_ptr< Input > > | entries |
| |
|
Input * | parent |
| |
|
bool | used |
| |
The documentation for this struct was generated from the following files: