AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::avsCommon | |
alexaClientSDK::avsCommon::utils | |
alexaClientSDK::avsCommon::utils::string | |
Functions | |
bool | alexaClientSDK::avsCommon::utils::string::stringToInt (const std::string &str, int *result) |
bool | alexaClientSDK::avsCommon::utils::string::stringToInt (const char *str, int *result) |
bool | alexaClientSDK::avsCommon::utils::string::stringToInt64 (const std::string &str, int64_t *result) |
bool | alexaClientSDK::avsCommon::utils::string::stringToInt64 (const char *str, int64_t *result) |
std::string | alexaClientSDK::avsCommon::utils::string::byteVectorToString (const std::vector< uint8_t > &byteVector) |
std::string | alexaClientSDK::avsCommon::utils::string::stringToLowerCase (const std::string &input) |
std::string | alexaClientSDK::avsCommon::utils::string::stringToUpperCase (const std::string &input) |
std::string | alexaClientSDK::avsCommon::utils::string::replaceAllSubstring (const std::string &str, const std::string &from, const std::string &to) |
std::string | alexaClientSDK::avsCommon::utils::string::ltrim (const std::string &str) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0