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