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

#include <PndCAArray.h>

Inheritance diagram for PndCAInternal::ArrayBoundsCheck:
PndCAInternal::ArrayBase< T, 1 > PndCAInternal::ArrayBase< T, 2 > PndCAInternal::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 PndCAArray.h.

Constructor & Destructor Documentation

virtual PndCAInternal::ArrayBoundsCheck::~ArrayBoundsCheck ( )
inlineprotectedvirtual

Definition at line 112 of file PndCAArray.h.

112 {}

Member Function Documentation

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

Definition at line 113 of file PndCAArray.h.

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

Definition at line 115 of file PndCAArray.h.

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

Definition at line 116 of file PndCAArray.h.

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

Definition at line 114 of file PndCAArray.h.

114 {}

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