|
Dev Essential
|
#include <string>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::strings |
| Serves as component for string handling and conversion functionality. | |
Functions | |
| std::string | a_util::strings::format (const char *str_format,...) |
| std::string | a_util::strings::format (std::size_t initial_buffer_size, const char *str_format,...) |
| std::string & | a_util::strings::format (std::string &buffer, std::size_t &pos, const char *str_format,...) |
| std::string | a_util::strings::toString (bool from) |
| std::string | a_util::strings::toString (std::int8_t from) |
| std::string | a_util::strings::toString (std::int16_t from) |
| std::string | a_util::strings::toString (std::int32_t from) |
| std::string | a_util::strings::toString (std::int64_t from) |
| std::string | a_util::strings::toString (std::uint8_t from) |
| std::string | a_util::strings::toString (std::uint16_t from) |
| std::string | a_util::strings::toString (std::uint32_t from) |
| std::string | a_util::strings::toString (std::uint64_t from) |
| std::string | a_util::strings::toString (float from) |
| std::string | a_util::strings::toString (double from) |
Public API for string formatting functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.