Workspace 6.21.5
Static Public Member Functions | List of all members
DiskCacheTraits< T > Class Template Reference

#include <Workspace/DataExecution/DataObjects/diskcachecommon.h>

Static Public Member Functions

static T * create ()
 
static void destroy (T &t)
 

Detailed Description

template<typename T>
class CSIRO::DataExecution::DiskCacheTraits< T >

A default template based implementation of the traits required by items stored in the DiskCache.

See also
DiskCache

Member Function Documentation

◆ create()

static T * create ( )
inlinestatic

Creates an object of type T.

◆ destroy()

static void destroy ( T &  t)
inlinestatic

Destroys an object of Type T.