Go to the documentation of this file. 1 #ifndef __JLANG__JABSTRACTOBJECTWRITER__
2 #define __JLANG__JABSTRACTOBJECTWRITER__
15 namespace JPP {
using namespace JLANG; }
43 virtual bool put(
const T&
object)
58 template<
class JHead_t,
class JTail_t>
72 template<
class JHead_t>
116 virtual void open(
const char* file_name)
Abstract interface for object writing with named access.
virtual bool is_open() const
Check is device is open.
virtual JObjectOutput< T > * getHelper() const =0
Get helper.
Auxiliary class for no type definition.
Forward declarations for definitions of I/O redirect and pipe operators.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
virtual bool put(const T &object)
Object output.
virtual void close()
Close device.
virtual void open(const char *file_name)
Open device.
virtual JAccessibleObjectOutput< T > * getHelper() const =0
Get helper.
Interface for object output with named access.
Auxiliary classes and methods for language specific functionality.
Abstract interface for object writing.