Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

stream.H File Reference

#include "std/support.H"
#include "mem_push.H"

Include dependency graph for stream.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STDdstream

Functions

STDdstreamflush (STDdstream &ds)
STDdstreamoperator>> (STDdstream &, char &)
STDdstreamoperator>> (STDdstream &, char *&)
STDdstreamoperator>> (STDdstream &, str_ptr &)
STDdstreamoperator>> (STDdstream &, short &)
STDdstreamoperator>> (STDdstream &, int &)
STDdstreamoperator>> (STDdstream &, long &)
STDdstreamoperator>> (STDdstream &, unsigned char &)
STDdstreamoperator>> (STDdstream &, unsigned short &)
STDdstreamoperator>> (STDdstream &, unsigned int &)
STDdstreamoperator>> (STDdstream &, unsigned long &)
STDdstreamoperator>> (STDdstream &, float &)
STDdstreamoperator>> (STDdstream &, double &)
STDdstreamoperator<< (STDdstream &, char)
STDdstreamoperator<< (STDdstream &, const char *const)
STDdstreamoperator<< (STDdstream &, str_ptr)
STDdstreamoperator<< (STDdstream &, short)
STDdstreamoperator<< (STDdstream &, int)
STDdstreamoperator<< (STDdstream &, long)
STDdstreamoperator<< (STDdstream &, unsigned char)
STDdstreamoperator<< (STDdstream &, unsigned short)
STDdstreamoperator<< (STDdstream &, unsigned int)
STDdstreamoperator<< (STDdstream &, unsigned long)
STDdstreamoperator<< (STDdstream &, float)
STDdstreamoperator<< (STDdstream &, double)


Function Documentation

STDdstream& flush STDdstream ds  )  [inline]
 

Definition at line 114 of file stream.H.

References STDdstream::flush().

STDdstream& operator<< STDdstream ,
double 
 

Definition at line 644 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_DOUBLE.

STDdstream& operator<< STDdstream ,
float 
 

Definition at line 610 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_DOUBLE.

STDdstream& operator<< STDdstream ,
unsigned  long
 

Definition at line 574 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_WORD.

STDdstream& operator<< STDdstream ,
unsigned  int
 

Definition at line 541 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_WORD.

STDdstream& operator<< STDdstream ,
unsigned  short
 

Definition at line 508 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_WORD.

STDdstream& operator<< STDdstream ,
unsigned  char
 

Definition at line 712 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::ostr(), STD_FALSE, STD_TRUE, STDdstream::write(), and STDdstream::write_delim().

STDdstream& operator<< STDdstream ,
long 
 

Definition at line 475 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_WORD.

STDdstream& operator<< STDdstream ,
int 
 

Definition at line 442 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_WORD.

STDdstream& operator<< STDdstream ,
short 
 

Definition at line 409 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), DONE_PACK, INIT_PACK, STDdstream::ostr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_PACK_WORD.

STDdstream& operator<< STDdstream ,
str_ptr 
 

Definition at line 374 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::ostr(), STD_FALSE, STD_TRUE, STDdstream::write(), and STDdstream::write_delim().

STDdstream& operator<< STDdstream ,
const char *  const
 

Definition at line 324 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::ostr(), STD_FALSE, STD_TRUE, STDdstream::write(), and STDdstream::write_delim().

STDdstream& operator<< STDdstream ,
char 
 

Definition at line 678 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::ostr(), STD_FALSE, STD_TRUE, STDdstream::write(), and STDdstream::write_delim().

STDdstream& operator>> STDdstream ,
double & 
 

Definition at line 630 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_DOUBLE.

STDdstream& operator>> STDdstream ,
float & 
 

Definition at line 593 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_DOUBLE.

STDdstream& operator>> STDdstream ,
unsigned long & 
 

Definition at line 560 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_WORD.

STDdstream& operator>> STDdstream ,
unsigned int & 
 

Definition at line 527 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_WORD.

STDdstream& operator>> STDdstream ,
unsigned short & 
 

Definition at line 494 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_WORD.

STDdstream& operator>> STDdstream ,
unsigned char & 
 

Definition at line 697 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::istr(), STDdstream::read(), STDdstream::read_delim(), STD_FALSE, and STD_TRUE.

STDdstream& operator>> STDdstream ,
long & 
 

Definition at line 461 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_WORD.

STDdstream& operator>> STDdstream ,
int & 
[inline]
 

Definition at line 89 of file net_types.H.

References STDdstream::ascii().

STDdstream& operator>> STDdstream ,
short & 
 

Definition at line 395 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), INIT_UNPACK, STDdstream::istr(), packbuf, packcount, STD_FALSE, STD_TRUE, and UGA_UNPACK_WORD.

STDdstream& operator>> STDdstream ,
str_ptr
 

Definition at line 342 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::istr(), STDdstream::read(), STDdstream::read_delim(), STD_FALSE, and STD_TRUE.

STDdstream& operator>> STDdstream ,
char *& 
 

Definition at line 305 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::istr(), STDdstream::read(), STDdstream::read_delim(), STD_FALSE, and STD_TRUE.

STDdstream& operator>> STDdstream ,
char & 
 

Definition at line 663 of file stream.C.

References STDdstream::_fail, STDdstream::ascii(), STDdstream::istr(), STDdstream::read(), STDdstream::read_delim(), STD_FALSE, and STD_TRUE.


Generated on Mon Sep 18 11:43:23 2006 for jot by  doxygen 1.4.4