|
Telnet++
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... | |
| class | value_type |
| A variant that can either be a string, an array of string, or an array of telnetpp::options::msdp::variable. More... | |
| struct | variable |
| A structure that represents a named value. More... | |
Typedefs | |
| using | value_type = boost::variant< std::string, std::vector< std::string >, boost::recursive_wrapper< std::vector< variable >> > |
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. | |
An implementation of the Mud Server Data Protocol.
1.8.11