|
ADTF
|
Go to the source code of this file.
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::ucom |
| Namespace for the ADTF uCOM SDK. | |
| namespace | adtf::ucom::ant |
| Namespace for all functionality of the ADTF UCOM SDK provided since v3.0. | |
Macros | |
| #define | ADTF_CLASS_ID_NAME(_class, _strcid, _strclabel) |
| #define | ADTF_CLASS_INFO_IMPL(_class) |
| #define | ADTF_CLASS_ID(_class, _strcid) |
| ADTF_CLASS_INFO_IMPL. | |
Functions | |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::ant::get_class_id () |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::ant::get_class_id (const classT &) |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::ant::get_class_id (const classT *) |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::ant::get_class_label () |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::ant::get_class_label (const classT &) |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::ant::get_class_label (const classT *) |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::get_class_id () |
Alias always bringing the latest version of ant::get_class_id into scope. | |
| template<typename classT> | |
| constexpr const char * | adtf::ucom::get_class_label () |
Alias always bringing the latest version of ant::get_class_label into scope. | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| #define ADTF_CLASS_ID | ( | _class, | |
| _strcid ) |
ADTF_CLASS_INFO_IMPL.
Common macro to enable correct treatment of class identifier by IClassInfo.
| [in] | _class | Name of the class (decltype of _class) |
| [in] | _strcid | Class IDentifier the containing type is identified with |
IClassInfo::GetCID. | #define ADTF_CLASS_ID_NAME | ( | _class, | |
| _strcid, | |||
| _strclabel ) |
Common macro to enable correct treatment of class identifier AND Class Name by IClassInfo
| [in] | _class | Name of the class (decltype of _class) |
| [in] | _strcid | Class IDentifier the containing type is identified with |
| [in] | _strclabel | Class IDentifier. A readable name corresponding to given _strcid |
IClassInfo::GetCID. (see also IClassInfo::GetCLabel) page_ucom_object_id_and_class_id | #define ADTF_CLASS_INFO_IMPL | ( | _class | ) |
Common macro to implement correct treatment of adtf::ucom::ant::IClassInfo
| [in] | _class | Name of the class (decltype of _class) |
IClassInfo::GetCID. (see also IClassInfo::GetCLabel) page_ucom_object_id_and_class_id