|
virtual int | setFile (const char *fileName, openMode mode=OVERWRITE) |
|
virtual int | setPrecision (int precision) |
|
virtual int | setFloatField (floatField) |
|
virtual int | precision (int precision) |
|
virtual int | width (int width) |
|
virtual OPS_Stream & | write (const char *s, int n) |
|
virtual OPS_Stream & | write (const unsigned char *s, int n) |
|
virtual OPS_Stream & | write (const signed char *s, int n) |
|
virtual OPS_Stream & | write (const void *s, int n) |
|
virtual OPS_Stream & | operator<< (char c) |
|
virtual OPS_Stream & | operator<< (unsigned char c) |
|
virtual OPS_Stream & | operator<< (signed char c) |
|
virtual OPS_Stream & | operator<< (const char *s) |
|
virtual OPS_Stream & | operator<< (const std::string &s) |
|
virtual OPS_Stream & | operator<< (const unsigned char *s) |
|
virtual OPS_Stream & | operator<< (const signed char *s) |
|
virtual OPS_Stream & | operator<< (const void *p) |
|
virtual OPS_Stream & | operator<< (int n) |
|
virtual OPS_Stream & | operator<< (unsigned int n) |
|
virtual OPS_Stream & | operator<< (long n) |
|
virtual OPS_Stream & | operator<< (unsigned long n) |
|
virtual OPS_Stream & | operator<< (short n) |
|
virtual OPS_Stream & | operator<< (unsigned short n) |
|
virtual OPS_Stream & | operator<< (bool b) |
|
virtual OPS_Stream & | operator<< (double n) |
|
virtual OPS_Stream & | operator<< (float n) |
|
The documentation for this class was generated from the following files:
- /usr/local/src/prg/xc/src/utility/handler/OPS_Stream.h
- /usr/local/src/prg/xc/src/utility/handler/OPS_Stream.cpp