| 
    Jpp 20.0.0-rc.3
    
   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 1007 of file JProperties.hh.
      
  | 
  inline | 
Constructor.
| value | reference of template bject | 
Definition at line 1016 of file JProperties.hh.
      
  | 
  inlineoverridevirtual | 
Stream input.
| in | input stream | 
Implements JLANG::JStreamInput.
Definition at line 1028 of file JProperties.hh.
      
  | 
  inlineoverridevirtual | 
Stream output.
| out | output stream | 
| prefix | prefix | 
| postfix | postfix | 
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1044 of file JProperties.hh.
      
  | 
  inlineoverridevirtual | 
Stream output.
| out | output stream | 
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1075 of file JProperties.hh.
      
  | 
  inlineoverridevirtual | 
Get properties type.
Reimplemented from JEEP::JPropertiesElementInterface.
Definition at line 1086 of file JProperties.hh.
      
  | 
  inlinevirtualinherited | 
Equality between property element interfaces.
| element | properties element interface | 
Reimplemented in JEEP::JPropertiesTemplateElement< T >, and JEEP::JPropertiesTemplateElement< const T >.
Definition at line 96 of file JProperties.hh.
      
  | 
  private | 
Definition at line 1093 of file JProperties.hh.