ADTF  3.18.2
rawmemory_base.h File Reference

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 penguin::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 ant::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 More...
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::base
 Namespace for the ADTF Base SDK.
 
 adtf::base::ant
 Namespace for all functionality of the ADTF Base SDK provided since v3.0.
 
 adtf::base::penguin
 Namespace for all functionality of the ADTF Base SDK provided since v3.15.
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file rawmemory_base.h.