1 #ifndef __JLANG__JOBJECTWRITER__
2 #define __JLANG__JOBJECTWRITER__
14 namespace JPP {
using namespace JLANG; }
Interface for object output with named access.
Template interface of object output for single data type.
virtual JClass_t * get() const override
Get pointer.
The template JSharedPointer class can be used to share a pointer to an object.
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Abstract interface for object writing with named access.
Abstract interface for object writing.
Auxiliary class for object writing with named access.
JAccessibleObjectWriter()
Default constructor.
virtual JAccessibleObjectOutput< T > * getHelper() const override
Get helper.
JSharedPointer< JAccessibleObjectOutput< T > > helper_type
Auxiliary class for object writing to a named device.
JObjectWriter()
Default constructor.
JSharedPointer< JObjectOutput< T > > helper_type
virtual JObjectOutput< T > * getHelper() const override
Get helper.