| Telnet++ 4.0.0.9
    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 = std::vector< string_value > | 
| using | table_value = std::vector< variable > | 
| using | value_type = std::variant< string_value, array_value, table_value > | 
| Functions | |
| TELNETPP_EXPORT std::ostream & | operator<< (std::ostream &out, variable const &var) | 
| Stream Output operator. | |
An implementation of the Mud Server Data Protocol.