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

Public Types

typedef _type_parser_base< CharType >::int_type int_type
 
- Public Types inherited from Concurrency::streams::_type_parser_base< CharType >
typedef ::concurrency::streams::char_traits< CharType >::int_type int_type
 

Static Public Member Functions

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

Additional Inherited Members

- 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: