| 
    Jpp
    18.3.0
    
   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 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 | 
Implements JLANG::JStreamSuffixOutput.
Definition at line 1198 of file JProperties.hh.
      
  | 
  inlineoverridevirtual | 
Stream output.
| out | output stream | 
Implements JLANG::JStreamOutput.
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< JProperties::JFileReader >, JEEP::JPropertiesTemplateElement< const T >, and JEEP::JPropertiesTemplateElement< T >.
Definition at line 94 of file JProperties.hh.
      
  | 
  private | 
Definition at line 1247 of file JProperties.hh.
 1.8.5