Telnet++ 4.0.0.9
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
telnetpp::options::msdp::variable Struct Reference

A structure that represents a named value. More...

#include <variable.hpp>

Public Member Functions

constexpr variable ()=default
 Constructor.
 
constexpr variable (telnetpp::byte_storage name, string_value value)
 Constructor.
 
constexpr variable (telnetpp::byte_storage name, array_value array_values)
 Constructor.
 
constexpr variable (telnetpp::byte_storage name, table_value table_values)
 Constructor.
 

Public Attributes

telnetpp::byte_storage name_
 
value_type value_
 

Friends

TELNETPP_EXPORT constexpr friend bool operator== (variable const &lhs, variable const &rhs) noexcept=default
 Equality operator.
 

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 file: