Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | IRawMemory |
The IRawMemory interface provides methods for getting and setting memory values through abstract interfaces. More... | |
struct | adtf_memory_forward< T > |
Concept template class for non trivial adtf_memory types of type T to specialize the usage of adtf_memory<T> (see Supported types for adtf_memory<T> for writing and reading Samples). More... | |
class | adtf_memory< T, TSIZE > |
Legacy template class for adtf_memory usage. More... | |
class | adtf_memory_buffer< T, Enable > |
class | adtf_memory_buffer< T, typename std::enable_if< std::is_const< T >::value >::type > |
class | adtf_memory_trivial_type< T, Enable > |
Template class implementation for the IRawMemory interface for trivial types. More... | |
class | adtf_memory_trivial_type< T, typename std::enable_if< std::is_const< T >::value >::type > |
class | adtf_memory< T, TSIZE, Enable > |
Template class implementation for the IRawMemory interface (see Supported types for adtf_memory<T> for writing and reading Samples). More... | |
class | adtf_memory< T, 0, typename std::enable_if< std::is_trivially_copyable< T >::value >::type > |
adtf memory class template specialization for trivial types | |
class | adtf_memory_trivial_type< T, Enable > |
Template class implementation for the IRawMemory interface for trivial types. More... | |
struct | adtf_memory_forward< T > |
Concept template class for non trivial adtf_memory types of type T to specialize the usage of adtf_memory<T> (see Supported types for adtf_memory<T> for writing and reading Samples). More... | |
class | adtf_memory< T, TSIZE, Enable > |
Template class implementation for the IRawMemory interface (see Supported types for adtf_memory<T> for writing and reading Samples). More... | |
class | IRawMemory |
The IRawMemory interface provides methods for getting and setting memory values through abstract interfaces. More... | |
class | adtf_memory_buffer< T, Enable > |
bring latest ant::adtf_memory_buffer to users scope More... | |
Namespaces | |
namespace | adtf |
Namespace for entire ADTF SDK. | |
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::penguin |
Namespace for all functionality of the ADTF Base SDK provided since v3.15. | |