Telnet++
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 (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
 

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: