Open CASCADE Technology  6.9.0
Public Member Functions

math_SingleTab< T > Class Template Reference

#include <math_SingleTab.hxx>

Public Member Functions

 math_SingleTab (const Standard_Integer LowerIndex, const Standard_Integer UpperIndex)
 
 math_SingleTab (const Standard_Address Tab, const Standard_Integer LowerIndex, const Standard_Integer UpperIndex)
 
void Init (const T InitValue)
 
 math_SingleTab (const math_SingleTab &Other)
 
void Copy (math_SingleTab &Other) const
 
void SetLower (const Standard_Integer LowerIndex)
 
T & Value (const Standard_Integer Index) const
 
T & operator() (const Standard_Integer Index) const
 
void Free ()
 
 ~math_SingleTab ()
 

Constructor & Destructor Documentation

template<class T>
math_SingleTab< T >::math_SingleTab ( const Standard_Integer  LowerIndex,
const Standard_Integer  UpperIndex 
)
inline
template<class T>
math_SingleTab< T >::math_SingleTab ( const Standard_Address  Tab,
const Standard_Integer  LowerIndex,
const Standard_Integer  UpperIndex 
)
inline
template<class T>
math_SingleTab< T >::math_SingleTab ( const math_SingleTab< T > &  Other)
inline
template<class T>
math_SingleTab< T >::~math_SingleTab ( )
inline

Member Function Documentation

template<class T>
void math_SingleTab< T >::Copy ( math_SingleTab< T > &  Other) const
inline
template<class T>
void math_SingleTab< T >::Free ( )
inline
template<class T>
void math_SingleTab< T >::Init ( const T  InitValue)
inline
template<class T>
T& math_SingleTab< T >::operator() ( const Standard_Integer  Index) const
inline
template<class T>
void math_SingleTab< T >::SetLower ( const Standard_Integer  LowerIndex)
inline
template<class T>
T& math_SingleTab< T >::Value ( const Standard_Integer  Index) const
inline

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