| 
    Jpp
    
   | 
 
Binary output based on std::ostream. More...
#include <JStreamIO.hh>
  
 Public Member Functions | |
| JStreamWriter (std::ostream &__out) | |
| Constructor.  More... | |
| virtual bool | getStatus () const | 
| Status of writer.  More... | |
| virtual int | write (const char *buffer, const int length) | 
| Write byte array.  More... | |
| JWriter & | operator<< (const JSerialisable &object) | 
| Write serialisable data object.  More... | |
| JWriter & | operator<< (const bool &value) | 
| JWriter & | operator<< (const char &value) | 
| JWriter & | operator<< (const unsigned char &value) | 
| JWriter & | operator<< (const short &value) | 
| JWriter & | operator<< (const unsigned short &value) | 
| JWriter & | operator<< (const int &value) | 
| JWriter & | operator<< (const unsigned int &value) | 
| JWriter & | operator<< (const long int &value) | 
| JWriter & | operator<< (const unsigned long int &value) | 
| JWriter & | operator<< (const long long int &value) | 
| JWriter & | operator<< (const unsigned long long int &value) | 
| JWriter & | operator<< (const float &value) | 
| JWriter & | operator<< (const double &value) | 
| JWriter & | operator<< (const long double &value) | 
| JWriter & | store (const JSerialisable &object) | 
| Write object.  More... | |
| template<class T > | |
| JWriter & | store (const T &object) | 
| Write object.  More... | |
| operator bool () const | |
| Type conversion operator.  More... | |
| bool | operator! () const | 
| Negated status of this object.  More... | |
Protected Attributes | |
| std::ostream & | out | 
Binary output based on std::ostream.
This class implements the JWriter interface.
Definition at line 81 of file JStreamIO.hh.
      
  | 
  inline | 
      
  | 
  inlinevirtual | 
Status of writer.
Implements JLANG::JAbstractObjectStatus.
Definition at line 100 of file JStreamIO.hh.
      
  | 
  inlinevirtual | 
Write byte array.
| buffer | pointer to byte array | 
| length | number of bytes | 
Implements JLANG::JBinaryOutput.
Definition at line 113 of file JStreamIO.hh.
      
  | 
  inlineinherited | 
Write serialisable data object.
| object | serialisable data object | 
Definition at line 142 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 148 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 149 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 150 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 151 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 152 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 153 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 154 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 155 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 156 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 157 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 158 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 159 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 160 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Definition at line 161 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Write object.
| object | object | 
Definition at line 170 of file JSerialisable.hh.
Write object.
| object | object | 
Definition at line 183 of file JSerialisable.hh.
      
  | 
  inlineinherited | 
Type conversion operator.
Definition at line 33 of file JAbstractObjectStatus.hh.
      
  | 
  inlineinherited | 
Negated status of this object.
Definition at line 44 of file JAbstractObjectStatus.hh.
      
  | 
  protected | 
Definition at line 121 of file JStreamIO.hh.
 1.8.5