ATLAS Offline Software
Loading...
Searching...
No Matches
TRTCond::StrawT0Trait Class Reference

trait class to deal with StrawT0 in NestedContainers More...

#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()

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

Definition at line 32 of file StrawT0Container.h.

32{ out = in ; }

◆ erase()

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

Definition at line 31 of file StrawT0Container.h.

31{ x = StrawT0() ; }
#define x

◆ footprint()

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

Definition at line 35 of file StrawT0Container.h.

35{ return sizeof(x) ; }

◆ initialize()

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

Definition at line 34 of file StrawT0Container.h.

34{ x = StrawT0() ; }

◆ initialvalue()

StrawT0 TRTCond::StrawT0Trait::initialvalue ( )
inlinestatic

Definition at line 37 of file StrawT0Container.h.

37{ return StrawT0() ; }

◆ isequal()

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

Definition at line 38 of file StrawT0Container.h.

38{ return x==y ; }
#define y

◆ isvalid()

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

Definition at line 33 of file StrawT0Container.h.

33{ return x.isvalid() ; }

◆ print()

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: