| xc
    | 
C++ standard stream wrapper. More...
#include <StandardStream.h>


| Public Member Functions | |
| std::ofstream & | 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 & | write (const char &c) | 
| OPS_Stream & | write (const unsigned char &c) | 
| OPS_Stream & | write (const signed char &c) | 
| OPS_Stream & | write (const char *s) | 
| OPS_Stream & | write (const std::string &s) | 
| OPS_Stream & | write (const unsigned char *s) | 
| OPS_Stream & | write (const signed char *s) | 
| OPS_Stream & | write (const void *p) | 
| OPS_Stream & | write (const int &n) | 
| OPS_Stream & | write (const unsigned int &n) | 
| OPS_Stream & | write (const long &n) | 
| OPS_Stream & | write (const unsigned long &n) | 
| OPS_Stream & | write (const short &n) | 
| OPS_Stream & | write (const unsigned short &n) | 
| OPS_Stream & | write (const bool &b) | 
| OPS_Stream & | write (const double &d) | 
| OPS_Stream & | write (const float &f) | 
|  Public Member Functions inherited from XC::OPS_Stream | |
| int | close (void) | 
| Close stream. | |
| virtual int | setFile (const std::string &fileName, openMode mode=OVERWRITE) | 
| virtual int | setPrecision (int precision) | 
| Sets the decimal precision to be used to format floating-point values on output operations.  More... | |
| virtual int | setFloatField (floatField) | 
| virtual int | precision (int precision) | 
| virtual int | width (int width) | 
| OPS_Stream & | operator<< (const char &c) | 
| OPS_Stream & | operator<< (const unsigned char &c) | 
| OPS_Stream & | operator<< (const 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<< (const int &n) | 
| OPS_Stream & | operator<< (const unsigned int &n) | 
| OPS_Stream & | operator<< (const long &n) | 
| OPS_Stream & | operator<< (const unsigned long &n) | 
| OPS_Stream & | operator<< (const short &n) | 
| OPS_Stream & | operator<< (const unsigned short &n) | 
| OPS_Stream & | operator<< (const bool &b) | 
| OPS_Stream & | operator<< (const double &n) | 
| OPS_Stream & | operator<< (const float &n) | 
| Additional Inherited Members | |
|  Protected Attributes inherited from XC::OPS_Stream | |
| std::ofstream | theFile | 
| bool | fileOpen | 
C++ standard stream wrapper.
 1.8.13
 1.8.13