Jpp  16.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
JEEP::JPropertiesTemplateElement< JProperties::JFileReader > Class Template Reference

Template specialisation for JFileReader. More...

#include <JProperties.hh>

Inheritance diagram for JEEP::JPropertiesTemplateElement< JProperties::JFileReader >:
JEEP::JPropertiesElementInterface JLANG::JStreamInput JLANG::JStreamOutput JLANG::JStreamSuffixOutput

Public Member Functions

 JPropertiesTemplateElement (JProperties::JFileReader &value)
 Constructor. More...
 
virtual std::istream & read (std::istream &in) override
 Stream input. More...
 
virtual std::ostream & write (std::ostream &out, const char *prefix, const char postfix) const override
 Stream output. More...
 
virtual std::ostream & write (std::ostream &out) const override
 Stream output. More...
 
virtual bool equals (const JPropertiesElementInterface &element) const override
 Equality between property element interfaces. More...
 
virtual bool is_properties () const
 Get properties type. More...
 

Private Attributes

JProperties::JFileReaderobject
 

Detailed Description

template<>
class JEEP::JPropertiesTemplateElement< JProperties::JFileReader >

Template specialisation for JFileReader.

This class will not produce ASCII output.

Definition at line 1084 of file JProperties.hh.

Constructor & Destructor Documentation

Constructor.

Parameters
valuereference of template bject

Definition at line 1093 of file JProperties.hh.

1093  :
1095  object(value)
1096  {}
Interface for I/O of properties element.
Definition: JProperties.hh:66

Member Function Documentation

virtual std::istream& JEEP::JPropertiesTemplateElement< JProperties::JFileReader >::read ( std::istream &  in)
inlineoverridevirtual

Stream input.

Parameters
ininput stream
Returns
input stream

Implements JLANG::JStreamInput.

Definition at line 1105 of file JProperties.hh.

1106  {
1107  return in >> object;
1108  }
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
Definition: JCanberra.sh:42
virtual std::ostream& JEEP::JPropertiesTemplateElement< JProperties::JFileReader >::write ( std::ostream &  out,
const char *  prefix,
const char  postfix 
) const
inlineoverridevirtual

Stream output.

Parameters
outoutput stream
prefixprefix
postfixpostfix
Returns
output stream

Implements JLANG::JStreamSuffixOutput.

Definition at line 1119 of file JProperties.hh.

1122  {
1123  return out;
1124  }
virtual std::ostream& JEEP::JPropertiesTemplateElement< JProperties::JFileReader >::write ( std::ostream &  out) const
inlineoverridevirtual

Stream output.

Parameters
outoutput stream
Returns
output stream

Implements JLANG::JStreamOutput.

Definition at line 1133 of file JProperties.hh.

1134  {
1135  return out;
1136  }
virtual bool JEEP::JPropertiesTemplateElement< JProperties::JFileReader >::equals ( const JPropertiesElementInterface element) const
inlineoverridevirtual

Equality between property element interfaces.

Parameters
elementproperties element interface
Returns
true if equal; else false

Reimplemented from JEEP::JPropertiesElementInterface.

Definition at line 1145 of file JProperties.hh.

1146  {
1147  return false;
1148  }
virtual bool JEEP::JPropertiesElementInterface::is_properties ( ) const
inlinevirtualinherited

Get properties type.

Returns
false

Reimplemented in JEEP::JPropertiesTemplateElement< JProperties >.

Definition at line 82 of file JProperties.hh.

83  {
84  return false;
85  }

Member Data Documentation

Definition at line 1151 of file JProperties.hh.


The documentation for this class was generated from the following file: