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