Telnet++
A C++ library for interacting with Telnet streams
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
telnetpp
options
new_environ
detail
request_parser.hpp
1
#pragma once
2
3
#include "telnetpp/options/new_environ/client.hpp"
4
#include <vector>
5
6
namespace
telnetpp
{
namespace
options {
namespace
new_environ {
7
namespace
detail {
8
9
std::vector<request> parse_requests(
telnetpp::u8stream
const
&stream);
10
11
}}}}
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