|
Jpp
master_rocky
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::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... | |
| 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.
| virtual std::ostream& JLANG::JStreamOutput::write |
Stream output.
| out | output stream |
| virtual std::ostream& JLANG::JStreamSuffixOutput::write |
Stream output.
| out | output stream |
| prefix | prefix |
| postfix | postfix |
|
pure virtualinherited |
Stream input.
| in | input stream |
Implemented in JTOOLS::JAutoPointer< JDerived_t, JBase_t >, JLANG::JValueInput< T >, JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JPARSER::JParserTemplateElement< JCounter >, JPARSER::JParserTemplateElement< bool >, and JPARSER::JParserTemplateElement< JType_t, false >.
|
pure virtualinherited |
Stream output.
| out | output stream |
Implemented in JTOOLS::JAutoPointer< JDerived_t, JBase_t >, JLANG::JValueOutput< T >, JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JPARSER::JParserTemplateElement< JCounter >, JPARSER::JParserTemplateElement< bool >, and JPARSER::JParserTemplateElement< JType_t, false >.
|
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 >.