Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
An implementation of the Mud Server Data Protocol. More...
Classes | |
class | client |
An implementation of the client side of an MSDP Telnet option. More... | |
class | server |
An implementation of the server side of an MSDP Telnet option. More... | |
struct | variable |
A structure that represents a named value. More... | |
Typedefs | |
using | string_value = telnetpp::byte_storage |
using | array_value = boost::container::small_vector< string_value, 4 > |
using | table_value = std::vector< variable > |
using | value_type = std::variant< string_value, array_value, table_value > |
Functions | |
TELNETPP_EXPORT bool | operator== (variable const &lhs, variable const &rhs) |
Equality operator. | |
TELNETPP_EXPORT bool | operator!= (variable const &lhs, variable const &rhs) |
Inequality operator. | |
TELNETPP_EXPORT std::ostream & | operator<< (std::ostream &out, variable const &var) |
Stream Output operator. | |
An implementation of the Mud Server Data Protocol.