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.
Static Public Member Functions | List of all members
Concurrency::streams::type_parser< CharType, char > Class Template Reference
Inheritance diagram for Concurrency::streams::type_parser< CharType, char >:
Concurrency::streams::_type_parser_base< CharType >

Static Public Member Functions

static pplx::task< char > parse (streams::streambuf< CharType > buffer)
 

Additional Inherited Members

- Public Types inherited from Concurrency::streams::_type_parser_base< CharType >
typedef ::concurrency::streams::char_traits< CharType >::int_type int_type
 
- Static Protected Member Functions inherited from Concurrency::streams::_type_parser_base< CharType >
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: