1#ifndef __JLANG__JPARAMETER__
2#define __JLANG__JPARAMETER__
16namespace JPP {
using namespace JLANG; }
JClass< T >::argument_type argument_type
const value_type getValue() const
Get value of parameter.
friend std::istream & operator>>(std::istream &in, JParameter< T > ¶meter)
Stream input.
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.
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
JParameter< T > & operator=(const value_type &value)
Assignment operator.
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.