Telnet++
3.1.0.2
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 (telnetpp::byte_storage name, string_value value) | |
Constructor. | |
variable (telnetpp::byte_storage name, array_value array_values) | |
Constructor. | |
variable (telnetpp::byte_storage name, table_value table_values) | |
Constructor. | |
Public Attributes | |
telnetpp::byte_storage | name_ |
value_type | value_ |
A structure that represents a named value.