ATLAS Offline Software
|
General recursive subtyping trait. More...
#include <MultiDimArray.h>
Public Types | |
typedef MultiDimArray< T, I > | ThisType |
define ThisType as a MultiDimArray<T,I> More... | |
typedef MultiDimArray< T, I-1 > | SubType |
define the SubType as MultiDimArrayTypes<T,I-1> More... | |
Static Public Member Functions | |
static ThisType | defaultThisType () |
General recursive subtyping trait.
for MultiDimArray class.
Definition at line 30 of file MultiDimArray.h.
typedef MultiDimArray<T,I-1> MultiDimArrayTypes< T, I >::SubType |
define the SubType as MultiDimArrayTypes<T,I-1>
Definition at line 35 of file MultiDimArray.h.
typedef MultiDimArray<T,I> MultiDimArrayTypes< T, I >::ThisType |
define ThisType as a MultiDimArray<T,I>
Definition at line 33 of file MultiDimArray.h.
|
inlinestatic |