|
ADTF
|
#include <string>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::result |
| Serves as component for functionality handling error and return types. | |
Enumerations | |
| enum | a_util::result::ResultFormatFlags { a_util::result::DisableNone = 0x00 , a_util::result::DisableCode = 0x01 , a_util::result::DisableName = 0x02 , a_util::result::DisableMessage = 0x04 , a_util::result::DisableFile = 0x08 , a_util::result::DisableLine = 0x10 , a_util::result::DisableFunction = 0x20 } |
Functions | |
| std::string | a_util::result::toString (const Result &result, ResultFormatFlags formatting_flags=DisableNone, const char *format=nullptr) |
Public API for result utility 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/.