#include <Config.hpp>
Public Member Functions | |
| int | getConnectionTimeout () |
| void | setConnectionTimeout (int value) |
| ~Config () | |
Private Member Functions | |
| Config (void) | |
| Config (xta_config_t *config) | |
Private Attributes | |
| xta_config_t * | config |
Friends | |
| class | Transaction |
XTA Config Manager class
Definition at line 42 of file Config.hpp.
| xta::Config::~Config | ( | ) |
Definition at line 49 of file Config.cpp.
References config.
|
private |
A Config object can be created only if the base C object has been already created (this is just a wrapper, not a native C++ implementation)
Definition at line 37 of file Config.cpp.
References config.
|
private |
Definition at line 42 of file Config.cpp.
References config.
| int xta::Config::getConnectionTimeout | ( | ) |
Retrieve connection timeout
Definition at line 56 of file Config.cpp.
References config.
| void xta::Config::setConnectionTimeout | ( | int | value | ) |
Set a new connection timeout
| [in] | value | will be the new connection timeout |
Definition at line 65 of file Config.cpp.
References config.
|
friend |
Definition at line 63 of file Config.hpp.
|
private |
Pointer to the native C object
Definition at line 67 of file Config.hpp.
Referenced by Config(), getConnectionTimeout(), setConnectionTimeout(), and ~Config().