Public Member Functions | List of all members
ecvl::param_list Class Reference

#include <augmentations.h>

Public Member Functions

 param_list (std::string fn_name)
 
auto & operator[] (const std::string &s)
 
bool Get (const std::string &name, param::type type, bool required, param &value)
 
bool GenericGet (const std::string &name, bool required, param &value)
 

Detailed Description

Definition at line 127 of file augmentations.h.

Constructor & Destructor Documentation

◆ param_list()

ecvl::param_list::param_list ( std::string  fn_name)
inline

Definition at line 132 of file augmentations.h.

Member Function Documentation

◆ GenericGet()

bool ecvl::param_list::GenericGet ( const std::string &  name,
bool  required,
param value 
)
inline

Definition at line 156 of file augmentations.h.

◆ Get()

bool ecvl::param_list::Get ( const std::string &  name,
param::type  type,
bool  required,
param value 
)
inline

Definition at line 139 of file augmentations.h.

◆ operator[]()

auto& ecvl::param_list::operator[] ( const std::string &  s)
inline

Definition at line 134 of file augmentations.h.


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