FairRoot/PandaRoot
Protected Member Functions | List of all members
PndFTSInternal::ArrayBoundsCheck Class Reference

#include <PndFTSArray.h>

Inheritance diagram for PndFTSInternal::ArrayBoundsCheck:
PndFTSInternal::ArrayBase< T, 1 > PndFTSInternal::ArrayBase< T, 2 > PndFTSInternal::ArrayBase< T, 3 >

Protected Member Functions

virtual ~ArrayBoundsCheck ()
 
bool IsInBounds (int) const
 
void SetBounds (int, int)
 
void MoveBounds (int)
 
void ReinterpretCast (const ArrayBoundsCheck &, int, int)
 

Detailed Description

no-op implementation that for no-bounds-checking

Definition at line 109 of file PndFTSArray.h.

Constructor & Destructor Documentation

virtual PndFTSInternal::ArrayBoundsCheck::~ArrayBoundsCheck ( )
inlineprotectedvirtual

Definition at line 112 of file PndFTSArray.h.

112 {}

Member Function Documentation

bool PndFTSInternal::ArrayBoundsCheck::IsInBounds ( int  ) const
inlineprotected

Definition at line 113 of file PndFTSArray.h.

113 { return true; }
void PndFTSInternal::ArrayBoundsCheck::MoveBounds ( int  )
inlineprotected

Definition at line 115 of file PndFTSArray.h.

115 {}
void PndFTSInternal::ArrayBoundsCheck::ReinterpretCast ( const ArrayBoundsCheck ,
int  ,
int   
)
inlineprotected

Definition at line 116 of file PndFTSArray.h.

116 {}
void PndFTSInternal::ArrayBoundsCheck::SetBounds ( int  ,
int   
)
inlineprotected

Definition at line 114 of file PndFTSArray.h.

114 {}

The documentation for this class was generated from the following file: