ATLAS Offline Software
Static Public Member Functions | List of all members
TRTCond::StrawT0Trait Class Reference

#include <StrawT0Container.h>

Collaboration diagram for TRTCond::StrawT0Trait:

Static Public Member Functions

static void erase (StrawT0 &x)
 
static void copy (StrawT0 &out, const StrawT0 &in)
 
static bool isvalid (const StrawT0 &x)
 
static void initialize (StrawT0 &x)
 
static size_t footprint (const StrawT0 &x)
 
static void print (const StrawT0 &x)
 
static StrawT0 initialvalue ()
 
static bool isequal (const StrawT0 &x, const StrawT0 &y)
 

Detailed Description

trait class to deal with StrawT0 in NestedContainers

Definition at line 28 of file StrawT0Container.h.

Member Function Documentation

◆ copy()

static void TRTCond::StrawT0Trait::copy ( StrawT0 out,
const StrawT0 in 
)
inlinestatic

Definition at line 32 of file StrawT0Container.h.

32 { out = in ; }

◆ erase()

static void TRTCond::StrawT0Trait::erase ( StrawT0 x)
inlinestatic

Definition at line 31 of file StrawT0Container.h.

31 { x = StrawT0() ; }

◆ footprint()

static size_t TRTCond::StrawT0Trait::footprint ( const StrawT0 x)
inlinestatic

Definition at line 35 of file StrawT0Container.h.

35 { return sizeof(x) ; }

◆ initialize()

static void TRTCond::StrawT0Trait::initialize ( StrawT0 x)
inlinestatic

Definition at line 34 of file StrawT0Container.h.

34 { x = StrawT0() ; }

◆ initialvalue()

static StrawT0 TRTCond::StrawT0Trait::initialvalue ( )
inlinestatic

Definition at line 37 of file StrawT0Container.h.

37 { return StrawT0() ; }

◆ isequal()

static bool TRTCond::StrawT0Trait::isequal ( const StrawT0 x,
const StrawT0 y 
)
inlinestatic

Definition at line 38 of file StrawT0Container.h.

38 { return x==y ; }

◆ isvalid()

static bool TRTCond::StrawT0Trait::isvalid ( const StrawT0 x)
inlinestatic

Definition at line 33 of file StrawT0Container.h.

33 { return x.isvalid() ; }

◆ print()

static void TRTCond::StrawT0Trait::print ( const StrawT0 x)
inlinestatic

Definition at line 36 of file StrawT0Container.h.

36 { x.print() ; }

The documentation for this class was generated from the following file:
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
x
#define x
y
#define y