Project
Loading...
Searching...
No Matches
FlatObject.h File Reference

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)
 

Detailed Description

Definition of FlatObject class.

Author
Sergey Gorbunov serge.nosp@m.y.go.nosp@m.rbuno.nosp@m.v@ce.nosp@m.rn.ch

Definition in file FlatObject.h.