|
Jpp 19.3.0-rc.1
the software that should make you happy
|
Template specialisation for JProperties. More...
#include <JProperties.hh>
Public Member Functions | |
| JPropertiesTemplateElement (const JProperties &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 | is_properties () const override |
| Get properties type. | |
| virtual bool | equals (const JPropertiesElementInterface &element) const |
| Equality between property element interfaces. | |
Private Attributes | |
| JProperties | object |
Template specialisation for JProperties.
Definition at line 1161 of file JProperties.hh.
|
inline |
Constructor.
| value | reference of template bject |
Definition at line 1170 of file JProperties.hh.
|
inlineoverridevirtual |
Stream input.
| in | input stream |
Implements JLANG::JStreamInput.
Definition at line 1182 of file JProperties.hh.
|
inlineoverridevirtual |
Stream output.
| out | output stream |
| prefix | prefix |
| postfix | postfix |
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1198 of file JProperties.hh.
|
inlineoverridevirtual |
Stream output.
| out | output stream |
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1229 of file JProperties.hh.
|
inlineoverridevirtual |
Get properties type.
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1240 of file JProperties.hh.
|
inlinevirtualinherited |
Equality between property element interfaces.
| element | properties element interface |
Reimplemented in JEEP::JPropertiesTemplateElement< T >, JEEP::JPropertiesTemplateElement< const T >, and JEEP::JPropertiesTemplateElement< JProperties::JFileReader >.
Definition at line 94 of file JProperties.hh.
|
private |
Definition at line 1247 of file JProperties.hh.