Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Types | Private Attributes | List of all members
TGL2DArray< T > Class Template Reference

template<class T>
class TGL2DArray< T >

Definition at line 1152 of file TGLUtil.h.

Public Member Functions

 TGL2DArray ()
 
const T * operator[] (size_type ind) const
 
T * operator[] (size_type ind)
 
void SetMaxRow (Int_t max)
 
void SetRowLen (Int_t len)
 

Private Types

typedef std::vector< T >::size_type size_type
 

Private Attributes

Int_t fMaxRow
 
Int_t fRowLen
 

#include <TGLUtil.h>

Inheritance diagram for TGL2DArray< T >:
[legend]

Member Typedef Documentation

◆ size_type

template<class T>
typedef std::vector<T>::size_type TGL2DArray< T >::size_type
private

Definition at line 1156 of file TGLUtil.h.

Constructor & Destructor Documentation

◆ TGL2DArray()

template<class T>
TGL2DArray< T >::TGL2DArray ( )
inline

Definition at line 1159 of file TGLUtil.h.

Member Function Documentation

◆ operator[]() [1/2]

template<class T>
const T* TGL2DArray< T >::operator[] ( size_type  ind) const
inline

Definition at line 1168 of file TGLUtil.h.

◆ operator[]() [2/2]

template<class T>
T* TGL2DArray< T >::operator[] ( size_type  ind)
inline

Definition at line 1172 of file TGLUtil.h.

◆ SetMaxRow()

template<class T>
void TGL2DArray< T >::SetMaxRow ( Int_t  max)
inline

Definition at line 1160 of file TGLUtil.h.

◆ SetRowLen()

template<class T>
void TGL2DArray< T >::SetRowLen ( Int_t  len)
inline

Definition at line 1164 of file TGLUtil.h.

Member Data Documentation

◆ fMaxRow

template<class T>
Int_t TGL2DArray< T >::fMaxRow
private

Definition at line 1155 of file TGLUtil.h.

◆ fRowLen

template<class T>
Int_t TGL2DArray< T >::fRowLen
private

Definition at line 1154 of file TGLUtil.h.

Libraries for TGL2DArray< T >:
[legend]

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