PandaRoot
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 138 of file PndFTSArray.h.

Constructor & Destructor Documentation

◆ ~ArrayBoundsCheck()

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

Definition at line 140 of file PndFTSArray.h.

140 {}

Member Function Documentation

◆ IsInBounds()

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

Definition at line 141 of file PndFTSArray.h.

141 { return true; }

◆ MoveBounds()

void PndFTSInternal::ArrayBoundsCheck::MoveBounds ( int  )
inlineprotected

Definition at line 143 of file PndFTSArray.h.

143 {}

◆ ReinterpretCast()

void PndFTSInternal::ArrayBoundsCheck::ReinterpretCast ( const ArrayBoundsCheck ,
int  ,
int   
)
inlineprotected

Definition at line 144 of file PndFTSArray.h.

144 {}

◆ SetBounds()

void PndFTSInternal::ArrayBoundsCheck::SetBounds ( int  ,
int   
)
inlineprotected

Definition at line 142 of file PndFTSArray.h.

142 {}

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