eRPC API Reference  Rev. 1.12.0
NXP Semiconductors
erpc_manually_constructed.hpp File Reference
#include "erpc_config_internal.h"
#include <new>
#include <stdint.h>
+ Include dependency graph for erpc_manually_constructed.hpp:

Go to the source code of this file.

Classes

class  erpc::ManuallyConstructed< T >
 Allocates static storage for an object. More...
 

Macros

#define ERPC_MANUALLY_CONSTRUCTED(class, variableName)
 
#define ERPC_MANUALLY_CONSTRUCTED_ARRAY(class, variableName, dimension)
 
#define ERPC_MANUALLY_CONSTRUCTED_STATIC(class, variableName)
 
#define ERPC_MANUALLY_CONSTRUCTED_ARRAY_STATIC(class, variableName, dimension)
 
#define ERPC_CREATE_NEW_OBJECT(class, arrayOfObjects, numberOfObjects, ...)
 
#define ERPC_DESTROY_OBJECT(object, ...)