| 
    Jpp test-rotations-new
    
   the software that should make you happy 
   | 
 
Implementation of object output for binary stream incompatible data types. More...
#include <JBinaryFileWriter.hh>
  
Public Types | |
| typedef T | data_type | 
Public Member Functions | |
| virtual bool | put (const T &object) override | 
| Object output.   | |
Static Public Member Functions | |
| static data_type & | getInstance () | 
| Get unique instance of template class.   | |
Protected Member Functions | |
| JBinaryWriterObjectOutput (JWriter &writer) | |
| Constructor.   | |
Implementation of object output for binary stream incompatible data types.
This class implements the JLANG::JObjectOutput interface by doing nothing.
Definition at line 65 of file JBinaryFileWriter.hh.
      
  | 
  inherited | 
Definition at line 20 of file JSingleton.hh.
      
  | 
  inlineprotected | 
Constructor.
| writer | JWriter output | 
Definition at line 74 of file JBinaryFileWriter.hh.
      
  | 
  inlineoverridevirtualinherited | 
Object output.
| object | object | 
Implements JLANG::JObjectOutput< T >.
Definition at line 153 of file JObjectOutput.hh.
      
  | 
  inlinestaticinherited | 
Get unique instance of template class.
Definition at line 27 of file JSingleton.hh.