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)
 
virtual JObjectOutput< T > * getHelper() const =0
Get helper. 
 
Abstract interface for object writing with named access. 
 
Abstract interface for object writing. 
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
Auxiliary class for no type definition. 
 
virtual void open(const char *file_name)
Open device. 
 
virtual bool is_open() const 
Check is device is open. 
 
virtual void close()
Close device. 
 
virtual bool put(const T &object)
Object output. 
 
virtual JAccessibleObjectOutput< T > * getHelper() const =0
Get helper. 
 
Forward declarations for definitions of I/O redirect and pipe operators. 
 
Interface for object output with named access.