Public Member Functions | Protected Member Functions

DataTypeImpl< T > Class Template Reference

Inheritance diagram for DataTypeImpl< T >:
DataType

List of all members.

Public Member Functions

 DataTypeImpl (Form frm=normal)

Protected Member Functions

Rep rep__ (int i) const
Rep rep__ (float f) const
Rep rep__ (double d) const
Rep rep__ (bool b) const
Rep rep__ (const char *s) const

template<class T>
class DataTypeImpl< T >


Constructor & Destructor Documentation

template<class T >
DataTypeImpl< T >::DataTypeImpl ( Form  frm = normal  )  [inline]

Member Function Documentation

template<class T >
Rep DataTypeImpl< T >::rep__ ( int  i  )  const [inline, protected]
template<class T >
Rep DataTypeImpl< T >::rep__ ( const char *  s  )  const [inline, protected]
template<class T >
Rep DataTypeImpl< T >::rep__ ( bool  b  )  const [inline, protected]
template<class T >
Rep DataTypeImpl< T >::rep__ ( double  d  )  const [inline, protected]
template<class T >
Rep DataTypeImpl< T >::rep__ ( float  f  )  const [inline, protected]