Telnet++
A C++ library for interacting with Telnet streams
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
telnetpp
options
new_environ
detail
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
}}}}
telnetpp::u8stream
A collection of bytes that models the Standard Library's Container concept.
telnetpp
Definition:
byte_converter.hpp:4
Generated by
1.8.11