neoGFX
Cross-platform C++ app/game engine
|
#include <http.hpp>
Additional Inherited Members | |
Public Types inherited from neolib::basic_string_packet< CharType > | |
typedef base_type::character_type | character_type |
typedef base_type::const_pointer | const_pointer |
typedef base_type::pointer | pointer |
typedef base_type::size_type | size_type |
typedef base_type::clone_pointer | clone_pointer |
typedef std::basic_string< CharType > | contents_type |
Public Types inherited from neolib::i_basic_packet< CharType > | |
typedef CharType | character_type |
typedef const character_type * | const_pointer |
typedef character_type * | pointer |
typedef std::size_t | size_type |
typedef const_pointer | const_iterator |
typedef pointer | iterator |
typedef std::unique_ptr< i_basic_packet > | clone_pointer |
Static Public Attributes inherited from neolib::basic_string_packet< CharType > | |
static constexpr CharType | CHAR_CR = static_cast<CharType>('\r') |
static constexpr CharType | CHAR_LF = static_cast<CharType>('\n') |
|
inline |