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.
Namespaces | Classes | Typedefs | Functions
utility Namespace Reference

Various utilities for string conversions and date and time manipulation. More...

Namespaces

 conversions
 Functions for Unicode string conversions.
 
 timespan
 Functions for converting to/from std::chrono::seconds to xml string.
 

Classes

class  cmp
 
class  datetime
 
class  nonce_generator
 Nonce string generator class. More...
 

Typedefs

typedef std::chrono::seconds seconds
 
typedef uint64_t size64_t
 
typedef uint32_t HRESULT
 
typedef char char_t
 
typedef std::string string_t
 
typedef std::ostringstream ostringstream_t
 
typedef std::ofstream ofstream_t
 
typedef std::ostream ostream_t
 
typedef std::istream istream_t
 
typedef std::ifstream ifstream_t
 
typedef std::istringstream istringstream_t
 
typedef std::stringstream stringstream_t
 

Functions

int operator- (datetime t1, datetime t2)
 

Detailed Description

Various utilities for string conversions and date and time manipulation.