C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Public Types | Static Protected Member Functions | List of all members
Concurrency::streams::_type_parser_base< CharType > Class Template Reference
Inheritance diagram for Concurrency::streams::_type_parser_base< CharType >:
Concurrency::streams::type_parser< CharType, bool > Concurrency::streams::type_parser< CharType, char > Concurrency::streams::type_parser< CharType, double > Concurrency::streams::type_parser< CharType, float > Concurrency::streams::type_parser< CharType, int64_t > Concurrency::streams::type_parser< CharType, signed char > Concurrency::streams::type_parser< CharType, std::basic_string< CharType > > Concurrency::streams::type_parser< CharType, uint64_t > Concurrency::streams::type_parser< CharType, unsigned char >

Public Types

typedef ::concurrency::streams::char_traits< CharType >::int_type int_type
 

Static Protected Member Functions

static pplx::task< void > _skip_whitespace (streams::streambuf< CharType > buffer)
 
template<typename StateType , typename ReturnType , typename AcceptFunctor , typename ExtractFunctor >
static pplx::task< ReturnType > _parse_input (streams::streambuf< CharType > buffer, AcceptFunctor accept_character, ExtractFunctor extract)
 

The documentation for this class was generated from the following file: