KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
Classes | Typedefs | Functions
KVNamedParameter.h File Reference
#include "TNamed.h"
#include "TEnv.h"
#include "KVString.h"
Include dependency graph for KVNamedParameter.h:
This graph shows which files directly or indirectly include this file:

Classes

class  KVNamedParameter
 A generic named parameter storing values of different types. More...
 
struct  KVNamedParameter::typecode< T >
 
struct  KVNamedParameter::typecode< bool >
 
struct  KVNamedParameter::typecode< cstring >
 
struct  KVNamedParameter::typecode< double >
 
struct  KVNamedParameter::typecode< int >
 
struct  KVNamedParameter::typecode< KVString >
 
struct  KVNamedParameter::typecode< std::string >
 
struct  KVNamedParameter::typecode< TString >
 

Typedefs

typedef const char * cstring
 

Functions

template<>
std::string KVNamedParameter::DefaultValue< std::string > ()
 
template<>
std::string KVNamedParameter::Get< std::string > () const
 

Typedef Documentation

◆ cstring

typedef const char* cstring

Created by KVClassFactory on Wed Nov 30 13:54:07 2011 Author: John Frankland,,,

Definition at line 11 of file KVNamedParameter.h.

Function Documentation

◆ KVNamedParameter::DefaultValue< std::string >()

template<>
std::string KVNamedParameter::DefaultValue< std::string > ( )
inline

Definition at line 254 of file KVNamedParameter.h.

◆ KVNamedParameter::Get< std::string >()

template<>
std::string KVNamedParameter::Get< std::string > ( ) const
inline

Definition at line 226 of file KVNamedParameter.h.