Skip to content

API Reference Overview

All classes and helper functions in AzureCppUtils are located in the siddiqsoft namespace.


API Reference Directory

Struct / Header Description API Page
siddiqsoft::DateUtils Date & time utilities for RFC7231, ISO8601, epoch conversion, and duration arithmetic. DateUtils API
siddiqsoft::Base64Utils Base64 encoding/decoding and RFC 4648 URL escaping. Base64Utils API
siddiqsoft::EncryptionUtils Cryptographic functions (MD5, HMAC-SHA256, JWT SHA256) and Azure SAS/Cosmos tokens. EncryptionUtils API
siddiqsoft::UrlUtils RFC 3986 percent-encoding for HTTP URLs. UrlUtils API
siddiqsoft::ConversionUtils Wide/narrow string conversions (char <-> wchar_t). ConversionUtils API

Namespace

namespace siddiqsoft {
    struct DateUtils;
    struct Base64Utils;
    struct EncryptionUtils;
    struct UrlUtils;
    struct ConversionUtils;
}