template <class T, const char tchar> class param_type : public Param Typed parameter class template
Typed parameter class template
param_type(T Value)
param_type(const char *vStr)
param_type(const Param& x)
~param_type()
operator int() const
operator double() const
operator std::string() const
int operator=(int x)
double operator=(double x)
std::string operator=(const std::string& x)
std::ostream& Write(std::ostream& ostr)
alphabetic index hierarchy of classes
generated by doc++