azure-core
Namespaces | Classes | Functions
Azure Namespace Reference

Azure SDK abstractions. More...

Namespaces

 Core
 Abstractions commonly used by Azure SDK client libraries.
 

Classes

class  DateTime
 Manages date and time in standardized string formats. More...
 
class  ETag
 Represents an HTTP validator. More...
 
struct  MatchConditions
 Specifies HTTP options for conditional requests. More...
 
struct  ModifiedConditions
 Specifies HTTP options for conditional requests based on modification time. More...
 
class  Nullable
 Manages an optional contained value, i.e. a value that may or may not be present. More...
 
class  Response
 Represents the result of an Azure operation over HTTP by wrapping the raw HTTP response from a request made to the service into a response of a specific type. More...
 

Functions

bool operator== (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool operator< (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool operator<= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool operator!= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool operator> (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool operator>= (DateTime const &dt, std::chrono::system_clock::time_point const &tp)
 
bool operator== (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool operator!= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool operator< (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool operator<= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool operator> (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 
bool operator>= (std::chrono::system_clock::time_point const &tp, DateTime const &dt)
 

Detailed Description

Helper classes to enable service client distributed tracing implementations.

Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.

Remarks
See #policy.hpp