Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Ctelnetpp:: option
 Ctelnetpp::client_optionA class that represents a Telnet option's client side. That is, the side that receives WILL and WONT negotiations and sends DO and DONT negotiations
 Ctelnetpp::options::basic_client< telnetpp::options::echo::detail::option >
 Ctelnetpp::options::echo::clientAn implementation of the client side of Telnet ECHO option
 Ctelnetpp::options::basic_client< telnetpp::options::suppress_ga::detail::option >
 Ctelnetpp::options::suppress_ga::clientAn implementation of the client side of the Telnet Suppress Go- Ahead option
 Ctelnetpp::options::basic_client< Option >A class template that generates basic classes that handle no subnegotiations; they merely exist for enabling and disabling the option
 Ctelnetpp::options::echo::clientAn implementation of the client side of Telnet ECHO option
 Ctelnetpp::options::mccp::clientA server option responsible for negotiating the client part of the MCCP protocol
 Ctelnetpp::options::msdp::clientAn implementation of the client side of an MSDP Telnet option
 Ctelnetpp::options::naws::clientAn implementation of the client side of the Telnet NAWS option
 Ctelnetpp::options::new_environ::clientAn implementation of the client side of the Telnet New-Environ option
 Ctelnetpp::options::suppress_ga::clientAn implementation of the client side of the Telnet Suppress Go- Ahead option
 Ctelnetpp::options::terminal_type::clientAn implementation of the client side of the Telnet Terminal Type option
 Ctelnetpp::server_optionA class that represents a Telnet option's server side. That is, the side that receives DO and DONT negotiations and sends WILL and WONT negotiations
 Ctelnetpp::options::basic_server< telnetpp::options::echo::detail::option >
 Ctelnetpp::options::echo::serverAn implementation of the server side of Telnet ECHO option
 Ctelnetpp::options::basic_server< detail::option >
 Ctelnetpp::options::mccp::serverA server option responsible for negotiating the server part of the MCCP protocol
 Ctelnetpp::options::naws::serverAn implementation of the server side of the Telnet NAWS option
 Ctelnetpp::options::basic_server< telnetpp::options::suppress_ga::detail::option >
 Ctelnetpp::options::suppress_ga::serverAn implementation of the server side of the Telnet Suppress Go- Ahead option
 Ctelnetpp::options::basic_server< Option >A class template that generates basic classes that handle no subnegotiations; they merely exist for enabling and disabling the option
 Ctelnetpp::options::echo::serverAn implementation of the server side of Telnet ECHO option
 Ctelnetpp::options::msdp::serverAn implementation of the server side of an MSDP Telnet option
 Ctelnetpp::options::new_environ::serverAn implementation of the server side of the Telnet New-Environ option
 Ctelnetpp::options::suppress_ga::serverAn implementation of the server side of the Telnet Suppress Go- Ahead option
 Ctelnetpp::options::mccp::codecRepresents an object that can transform (encode or decode) arbitrary byte sequences. For this option, this implies compression and decompression
 Ctelnetpp::options::mccp::zlib::compressorRepresents an object that can compress arbitrary byte sequences
 Ctelnetpp::options::mccp::zlib::decompressorRepresents an object that can decompress arbitrary byte sequences
 Ctelnetpp::commandA class that encapsulates the value of a Telnet command
 Cstd::domain_error
 Ctelnetpp::options::mccp::corrupted_stream_errorAn exception that is thrown in the case that a stream of data cannot be decompressed
 CelementA common type that can contain any Telnet operation, such as a command, negotiation, or subnegotiation, or a string that represents upper-layer non-Telnet data
 Cboost::exception
 Ctelnetpp::options::mccp::corrupted_stream_errorAn exception that is thrown in the case that a stream of data cannot be decompressed
 Ctelnetpp::negotiationA class that encapsulates a Telnet negotiation
 Ctelnetpp::option< LocalPositive, LocalNegative, RemotePositive, RemoteNegative >An class that encapsulates one side of a Telnet option
 Ctelnetpp::parser
 Ctelnetpp::options::new_environ::requestA request that is made of the remote server
 Ctelnetpp::options::new_environ::responseA response that is received from the remote server
 Ctelnetpp::sessionAn abstraction for a Telnet session
 Ctelnetpp::subnegotiationA class that encapsulates a Telnet subnegotiation
 Cvalue_typeA variant that can either be a string, an array of string, or an array of telnetpp::options::msdp::variable
 Ctelnetpp::options::msdp::variableA structure that represents a named value