|
Jpp
18.3.1
the software that should make you happy
|
Interface for I/O of properties element. More...
#include <JProperties.hh>
Public Member Functions | |
| virtual bool | is_properties () const |
| Get properties type. More... | |
| virtual bool | equals (const JPropertiesElementInterface &element) const |
| Equality between property element interfaces. More... | |
| virtual std::istream & | read (std::istream &in)=0 |
| Stream input. More... | |
| virtual std::ostream & | write (std::ostream &out) const =0 |
| Stream output. More... | |
| virtual std::ostream & | write (std::ostream &out, const char *prefix, const char postfix) const =0 |
| Stream output. More... | |
Interface for I/O of properties element.
Definition at line 66 of file JProperties.hh.
|
inlinevirtual |
Get properties type.
Reimplemented in JEEP::JPropertiesTemplateElement< JProperties >.
Definition at line 82 of file JProperties.hh.
|
inlinevirtual |
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.
|
pure virtualinherited |
Stream input.
| in | input stream |
Implemented in JPARSER::JParserTemplateElement< JCounter >, JEEP::JPropertiesTemplateElement< JProperties >, JPARSER::JParserTemplateElement< bool >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JPARSER::JParserTemplateElement< JType_t, false >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JTOOLS::JAutoPointer< JDerived_t, JBase_t >, and JLANG::JValueInput< T >.
|
pure virtualinherited |
Stream output.
| out | output stream |
Implemented in JEEP::JPropertiesTemplateElement< JProperties >, JPARSER::JParserTemplateElement< JCounter >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JPARSER::JParserTemplateElement< bool >, JPARSER::JParserTemplateElement< JType_t, false >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JLANG::JValueOutput< T >, and JTOOLS::JAutoPointer< JDerived_t, JBase_t >.
|
pure virtualinherited |
Stream output.
| out | output stream |
| prefix | prefix |
| postfix | postfix |
Implemented in JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JEEP::JPropertiesTemplateElement< const T >, and JEEP::JPropertiesTemplateElement< T >.
1.8.5