ROOT  6.06/09
Reference Guide
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 1156 of file TGLUtil.h.

Public Member Functions

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

Private Types

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

Private Attributes

Int_t fRowLen
 
Int_t fMaxRow
 

#include <TGLUtil.h>

+ Inheritance diagram for TGL2DArray< T >:
+ Collaboration diagram for TGL2DArray< T >:

Member Typedef Documentation

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

Definition at line 1160 of file TGLUtil.h.

Constructor & Destructor Documentation

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

Definition at line 1163 of file TGLUtil.h.

Member Function Documentation

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

Definition at line 1172 of file TGLUtil.h.

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

Definition at line 1176 of file TGLUtil.h.

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

Definition at line 1164 of file TGLUtil.h.

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

Member Data Documentation

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

Definition at line 1159 of file TGLUtil.h.

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

Definition at line 1158 of file TGLUtil.h.


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