|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
Template specialisation for JFileReader. More...
#include <JProperties.hh>
Public Member Functions | |
| JPropertiesTemplateElement (JProperties::JFileReader &value) | |
| Constructor. | |
| virtual std::istream & | read (std::istream &in) override |
| Stream input. | |
| virtual std::ostream & | write (std::ostream &out, const char *prefix, const char postfix) const override |
| Stream output. | |
| virtual std::ostream & | write (std::ostream &out) const override |
| Stream output. | |
| virtual bool | equals (const JPropertiesElementInterface &element) const override |
| Equality between property element interfaces. | |
| virtual bool | is_properties () const |
| Get properties type. | |
Private Attributes | |
| JProperties::JFileReader & | object |
Template specialisation for JFileReader.
This class will not produce ASCII output.
Definition at line 1086 of file JProperties.hh.
|
inline |
Constructor.
| value | reference of template bject |
Definition at line 1095 of file JProperties.hh.
|
inlineoverridevirtual |
Stream input.
| in | input stream |
Implements JLANG::JStreamInput.
Definition at line 1107 of file JProperties.hh.
|
inlineoverridevirtual |
Stream output.
| out | output stream |
| prefix | prefix |
| postfix | postfix |
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1121 of file JProperties.hh.
|
inlineoverridevirtual |
Stream output.
| out | output stream |
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1135 of file JProperties.hh.
|
inlineoverridevirtual |
Equality between property element interfaces.
| element | properties element interface |
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1147 of file JProperties.hh.
|
inlinevirtualinherited |
Get properties type.
Reimplemented in JEEP::JPropertiesTemplateElement< JProperties >.
Definition at line 82 of file JProperties.hh.
|
private |
Definition at line 1153 of file JProperties.hh.