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.
|
This is the complete list of members for web::json::number, including all inherited members.
details::_Number (defined in web::json::number) | web::json::number | friend |
is_int32() const | web::json::number | |
is_int64() const | web::json::number | |
is_integral() const | web::json::number | inline |
is_uint32() const | web::json::number | |
is_uint64() const | web::json::number | inline |
m_intval (defined in web::json::number) | web::json::number | |
m_uintval (defined in web::json::number) | web::json::number | |
m_value (defined in web::json::number) | web::json::number | |
operator==(const number &other) const | web::json::number | inline |
to_double() const | web::json::number | inline |
to_int32() const | web::json::number | inline |
to_int64() const | web::json::number | inline |
to_uint32() const | web::json::number | inline |
to_uint64() const | web::json::number | inline |