ADTF
Loading...
Searching...
No Matches
rawmemory_intf.h File Reference
#include "rawmemory_base.h"
#include <vector>
#include <string>
Include dependency graph for rawmemory_intf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  adtf::base::ant::adtf_memory_forward< adtf_util::cMemoryBlock >
 
struct  adtf::base::ant::adtf_memory_forward< adtf_util::cMemoryPtr >
 
struct  adtf::base::ant::adtf_memory_forward< const void >
 
struct  adtf::base::ant::adtf_memory_forward< void >
 
struct  adtf::base::ant::adtf_memory_forward< const std::string >
 
struct  adtf::base::ant::adtf_memory_forward< const std::u16string >
 
struct  adtf::base::ant::adtf_memory_forward< std::string >
 
struct  adtf::base::ant::adtf_memory_forward< std::u16string >
 
struct  adtf::base::ant::adtf_memory_forward< std::vector< Args... > >
 
struct  adtf::base::ant::adtf_memory_forward< const std::vector< Args... > >
 
class  adtf::base::spider::cRawMemoryRedirect
 
class  adtf::base::cRawMemoryRedirect
 

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_memory_intf(__utils_memblock__)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Macro Definition Documentation

◆ adtf_memory_intf

#define adtf_memory_intf ( __utils_memblock__)
Value:
Definition rawmemory_base.h:412

This macro will create a rvalue reference with the help of adtf::base::adtf_memory It will only work for adtf_util::cMemoryBlock.

Parameters
__utils_memblock__The adtf_util::cMemoryBlock to assign to the adtf::base::adtf_memory.