Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Namespaces | |
namespace | adtf |
Namespace for entire ADTF SDK. | |
namespace | adtf::ucom |
Namespace for the ADTF uCOM3 SDK. | |
namespace | adtf::ucom::ant |
Namespace for all functionality provided since v3.0. | |
Macros | |
#define | UCOM_CLASS_VERSIONS(...) |
Add a an arbitrary number of modules and their versions required for enclosing class. | |
Functions | |
template<typename ... Args> | |
constexpr tNamedVersion | add_version (const char *i_strProduct, Args... args) |
Used for parameter list in ADTF_CLASS_DEPENDENCIES() to define version information. | |
template<typename classT> | |
constexpr iterator_adapter< const tNamedVersion, pointer_iterator > | get_class_versions () |
Get the class versions (corresponding to the CID) of the Class type. | |
template<typename classT> | |
constexpr iterator_adapter< const tNamedVersion, pointer_iterator > | get_class_versions (const classT &) |
Convenience function usable with a reference to an object of type class. | |
template<typename classT> | |
constexpr iterator_adapter< const tNamedVersion, pointer_iterator > | get_class_versions (const classT *) |
Convenience function usable with a pointer to an object of type class. | |
template<typename ... Args> | |
constexpr tNamedVersion | add_version (const char *i_strProduct, Args... args) |
Alias always bringing the latest version of ant::add_version() into scope. | |
template<typename classT> | |
constexpr iterator_adapter< const tNamedVersion, pointer_iterator > | get_class_versions () |
Alias always bringing the latest version of ant::get_class_versions() into scope. | |
#define UCOM_CLASS_VERSIONS | ( | ... | ) |
Add a an arbitrary number of modules and their versions required for enclosing class.
Must follow definition of ADTF_CLASS_ID
or ADTF_CLASS_ID_NAME
inside public class scope. Using this macro enables the definition of versions the enclosing class type requires to successfully work. The versions are given comma separated by passing objects of type adtf::ucom::tNamedVersion
Definition at line 25 of file class_versions.h.