3 #include "telnetpp/detail/generate_helper.hpp"
4 #include "telnetpp/detail/overloaded.hpp"
5 #include "telnetpp/element.hpp"
16 template <
class Continuation>
21 [&cont](telnetpp::bytes data) {
22 detail::generate_escaped(data, cont);
25 detail::generate_command(cmd, cont);
28 detail::generate_negotiation(neg, cont);
31 detail::generate_subnegotiation(sub, cont);
A class that encapsulates the value of a Telnet command.
Definition: command.hpp:13
A common type that can contain any Telnet operation, such as a command, negotiation,...
A class that encapsulates a Telnet negotiation.
Definition: negotiation.hpp:15
A class that encapsulates a Telnet subnegotiation.
Definition: subnegotiation.hpp:14