![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <management/protocolCalculatorPlugins/ConfigGetter.hpp>

Public Member Functions | |
| ConfigGetter (PyObject *config_) | |
| ConfigGetter | get (const char *varName, int i) const |
| ConfigGetter | get (const char *varName) const |
| template<class T> | |
| T | get (const char *varName, const char *format) const |
| int | length (const char *varName) const |
| ~ConfigGetter () | |
Private Attributes | |
| PyObject * | config |
Definition at line 39 of file ConfigGetter.hpp.
| wifimac::management::protocolCalculatorPlugins::ConfigGetter::ConfigGetter | ( | PyObject * | config_ | ) | [inline] |
Definition at line 42 of file ConfigGetter.hpp.
| wifimac::management::protocolCalculatorPlugins::ConfigGetter::~ConfigGetter | ( | ) | [inline] |
Definition at line 48 of file ConfigGetter.hpp.
| ConfigGetter wifimac::management::protocolCalculatorPlugins::ConfigGetter::get | ( | const char * | varName, | |
| int | i | |||
| ) | const [inline] |
Definition at line 82 of file ConfigGetter.hpp.
| ConfigGetter wifimac::management::protocolCalculatorPlugins::ConfigGetter::get | ( | const char * | varName | ) | const [inline] |
Definition at line 71 of file ConfigGetter.hpp.
| T wifimac::management::protocolCalculatorPlugins::ConfigGetter::get | ( | const char * | varName, | |
| const char * | format | |||
| ) | const [inline] |
Definition at line 55 of file ConfigGetter.hpp.
| int wifimac::management::protocolCalculatorPlugins::ConfigGetter::length | ( | const char * | varName | ) | const [inline] |
Definition at line 96 of file ConfigGetter.hpp.
Definition at line 107 of file ConfigGetter.hpp.
1.5.5