Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JIO::JBinaryWriter< T > Class Template Reference

Implementation of object output to binary file for single data type. More...

#include <JBinaryFileWriter.hh>

Inheritance diagram for JIO::JBinaryWriter< T >:
JIO::JBinaryWriterObjectOutput< T, bool > JIO::JBinaryFileWriter< T >

Protected Member Functions

 JBinaryWriter (JWriter &writer)
 Constructor.
 

Detailed Description

template<class T>
class JIO::JBinaryWriter< T >

Implementation of object output to binary file for single data type.

This class implements the JLANG::JObjectOutput interface.

Definition at line 85 of file JBinaryFileWriter.hh.

Constructor & Destructor Documentation

◆ JBinaryWriter()

template<class T >
JIO::JBinaryWriter< T >::JBinaryWriter ( JWriter & writer)
inlineprotected

Constructor.

Parameters
writerJWriter output

Definition at line 94 of file JBinaryFileWriter.hh.

94 :
95 JBinaryWriterObjectOutput<T>(writer)
96 {}

The documentation for this class was generated from the following file: