1 #ifndef __JLANG__JPARAMETER__ 
    2 #define __JLANG__JPARAMETER__ 
   16 namespace JPP { 
using namespace JLANG; }
 
const value_type getValue() const
Get value of parameter.
 
friend std::istream & operator>>(std::istream &in, JParameter< T > ¶meter)
Stream input.
 
JParameter< T > & operator=(const value_type &value)
Assignment operator.
 
JParameter()
Default constructor.
 
JParameter(argument_type value)
Constructor.
 
const bool isDefined() const
Get status of parameter.
 
bool less(const JParameter< T > ¶meter) const
Less than method.
 
JClass< T >::argument_type argument_type
 
void setValue(const value_type &value)
Set value.
 
friend std::ostream & operator<<(std::ostream &out, const JParameter< T > ¶meter)
Stream output.
 
JClass< T >::value_type value_type
 
Auxiliary classes and methods for language specific functionality.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
JArgument< T >::argument_type argument_type
 
Template definition of auxiliary base class for comparison of data structures.