#include <iostream>
#include <libconfig.h++>
Go to the source code of this file.
|
| template<typename A > |
| bool | tpik::GetParam (const libconfig::Setting &confObj, A ¶m, const std::string &name) noexcept(false) |
| | SetParam functor.
|
| |
| template<typename A > |
| bool | tpik::GetParam (const libconfig::Config &confObj, A ¶m, const std::string &name) noexcept(false) |
| |
| template<typename A > |
| bool | tpik::GetParamVector (const libconfig::Setting &confObj, A ¶m, const std::string &name) noexcept(false) |
| | SetParam functor.
|
| |
| template<typename A > |
| bool | tpik::GetParamVector (const libconfig::Config &confObj, A ¶m, const std::string &name) noexcept(false) |
| |