| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Implementation of object output for binary stream compatible data types. More...
#include <JBinaryFileWriter.hh>
  
Public Member Functions | |
| virtual bool | put (const T &object) override | 
| Object output.   | |
Protected Member Functions | |
| JBinaryWriterObjectOutput (JWriter &writer) | |
| Constructor.   | |
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 for binary stream compatible data types.
This class implements the JLANG::JObjectOutput interface.
Definition at line 44 of file JBinaryFileWriter.hh.
      
  | 
  inlineprotected | 
Constructor.
| writer | JWriter output | 
Definition at line 53 of file JBinaryFileWriter.hh.
      
  | 
  inlineoverridevirtualinherited | 
Object output.
| object | object | 
Implements JLANG::JObjectOutput< T >.
Definition at line 52 of file JWriterObjectOutput.hh.
      
  | 
  inlineprivateinherited | 
Definition at line 58 of file JWriterObjectOutput.hh.
      
  | 
  inlineprivateinherited | 
Definition at line 59 of file JWriterObjectOutput.hh.
      
  | 
  privateinherited | 
Definition at line 61 of file JWriterObjectOutput.hh.