1 #ifndef __JLANG__JPARAMETER__
2 #define __JLANG__JPARAMETER__
16 namespace JPP {
using namespace JLANG; }
112 operator const T&()
const
179 friend inline std::ostream& operator<<(std::ostream& out, const JParameter<T>& parameter)
181 return out << parameter.__value;
JParameter()
Default constructor.
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
friend std::istream & operator>>(std::istream &in, JParameter< T > ¶meter)
Stream input.
T & getValue()
Get value of parameter.
const bool isDefined() const
Get status of parameter.
JParameter(argument_type value)
Constructor.
JArgument< T >::argument_type argument_type
void setValue(argument_type value)
Set value.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
Template definition of auxiliary base class for comparison of data structures.
JClass< T >::argument_type argument_type
JParameter< T > & operator=(argument_type value)
Assignment operator.
const T & getValue() const
Get value of parameter.
bool less(const JParameter ¶meter) const
Less than method.