| 
    Jpp
    19.1.0-rc.1
    
   the software that should make you happy 
   | 
 
Implementation of object output using JIO::JWriter for single data type. More...
#include <JWriterObjectOutput.hh>
  
Public Member Functions | |
| JWriterObjectOutput (JWriter &writer) | |
| Constructor.  More... | |
| virtual bool | put (const T &object) override | 
| Object output.  More... | |
Private Member Functions | |
| bool | put (const T &object, JLANG::JBool< true >) | 
| bool | put (const T &object, JLANG::JBool< false >) | 
Private Attributes | |
| JWriter & | out | 
Implementation of object output using JIO::JWriter for single data type.
This class implements the JLANG::JObjectOutput interface.
Definition at line 32 of file JWriterObjectOutput.hh.
      
  | 
  inline | 
      
  | 
  inlineoverridevirtual | 
Object output.
| object | object | 
Implements JLANG::JObjectOutput< T >.
Definition at line 52 of file JWriterObjectOutput.hh.
      
  | 
  inlineprivate | 
Definition at line 58 of file JWriterObjectOutput.hh.
      
  | 
  inlineprivate | 
Definition at line 59 of file JWriterObjectOutput.hh.
      
  | 
  private | 
Definition at line 61 of file JWriterObjectOutput.hh.