Go to the documentation of this file.    1 #ifndef __JLANG__JACCESSIBLE__ 
    2 #define __JLANG__JACCESSIBLE__ 
   12 namespace JPP { 
using namespace JLANG; }
 
   44     virtual bool is_open() 
const = 0;
 
   52     virtual void open(
const char* file_name) = 0;
 
   58     virtual void close() = 0;
 
   85     virtual void open(
const char* file_name) 
 
 
Interface for named access of a device.
 
virtual ~JAccessible()
Virtual destructor.
 
Auxiliary base class for controling the throwing of exceptions.
 
virtual bool is_open() const =0
Check is device is open.
 
virtual void open(const char *file_name)
Open device.
 
virtual void close()
Close device.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
virtual void close()=0
Close device.
 
virtual bool is_open() const
Check is device is open.
 
Interface for null access.
 
virtual void open(const char *file_name)=0
Open device.
 
JAccessible()
Default constructor.
 
Auxiliary classes and methods for language specific functionality.