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