|
Telnet++
A C++ library for interacting with Telnet streams
|
A structure that represents a named value. More...
#include <variable.hpp>
Public Member Functions | |
| variable () | |
| Constructor. | |
| variable (std::string const &name, value_type const &value) | |
| Constructor. | |
| variable (std::string const &name, std::initializer_list< std::string > const &array_values) | |
| Constructor. | |
| variable (std::string const &name, std::initializer_list< variable > const &table_values) | |
| Constructor. | |
Public Attributes | |
| std::string | name |
| value_type | value |
A structure that represents a named value.
1.8.11