|
ADTF
|
#include <adtf_utils.h>#include <string>#include <string_view>#include <optional>#include <cstring>#include "adtf_base_type_traits.h"Go to the source code of this file.
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::base |
| Namespace for the ADTF Base SDK. | |
| namespace | adtf::base::ant |
| Namespace for all functionality of the ADTF Base SDK provided since v3.0. | |
| namespace | adtf::base::spider |
| Namespace for all functionality of the ADTF Base SDK provided since v3.18. | |
Macros | |
| #define | adtf_string_intf(__string__) |
| #define | adtf_char_intf(__const_char_ptr__) |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define adtf_char_intf | ( | __const_char_ptr__ | ) |
Helper for const tchar to a IString interface if used for set value operations
| __const_char_ptr__ | valid const char pointer |
| #define adtf_string_intf | ( | __string__ | ) |
The adtf_string_intf Macro helps to easily create a rvalue reference of a adtf::util::cString. Use as follows:
| __string__ | Valid instance of a adtf::util::cString |