Telnet++
A C++ library for interacting with Telnet streams
stream.hpp
1 #pragma once
2 
3 #include "telnetpp/core.hpp"
4 #include <string>
5 
6 namespace telnetpp { namespace options { namespace new_environ {
7  namespace detail {
8 
9 void append_escaped(
10  telnetpp::u8stream &stream, std::string const &data);
11 
12 }}}}
A collection of bytes that models the Standard Library&#39;s Container concept.
Definition: byte_converter.hpp:4