Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
Public Member Functions | Public Attributes | List of all members
telnetpp::options::msdp::variable Struct Reference

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_
 

Detailed Description

A structure that represents a named value.

See also
telnetpp::options::msdp::client
telnetpp::options::msdp::server

The documentation for this struct was generated from the following files: