![]() |
Project
|
Definition of FlatObject class. More...
#include <cstddef>
#include <memory>
#include <cstring>
#include <cassert>
#include "GPUCommonDef.h"
#include "GPUCommonRtypes.h"
#include "GPUCommonLogger.h"
Go to the source code of this file.
Classes | |
class | o2::gpu::FlatObject |
GPUCA_GPUCODE. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::gpu |
Functions | |
template<typename T > | |
T * | o2::gpu::resizeArray (T *&ptr, int32_t oldSize, int32_t newSize, T *newPtr=nullptr) |
template<typename T > | |
T ** | o2::gpu::resizeArray (T **&ptr, int32_t oldSize, int32_t newSize, T **newPtr=nullptr) |
Definition of FlatObject class.
Definition in file FlatObject.h.