1 #ifndef __JLANG__JPARAMETER__ 
    2 #define __JLANG__JPARAMETER__ 
   16 namespace JPP { 
using namespace JLANG; }
 
  113     operator const T&() 
const 
  180     friend inline std::ostream& operator<<(std::ostream& out, const JParameter<T>& parameter)
 
  182       return out << parameter.__value;
 
JParameter()
Default constructor. 
 
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. 
 
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
 
bool less(const JParameter ¶meter) const 
Less than method.