#include <UT_FPStream.h>
Public Member Functions | |
| UT_FPOutBuf (FILE *_fp) | |
| void | close () |
Protected Member Functions | |
| virtual int_type | overflow (int_type c) |
| virtual pos_type | seekoff (off_type _Off, ios_base::seekdir _Way, ios_base::openmode=ios::out) |
| virtual pos_type | seekpos (pos_type _Off, ios_base::openmode=ios::out) |
| virtual std::streamsize | xsputn (const char *s, std::streamsize num) |
Protected Attributes | |
| FILE * | myFP |
Definition at line 43 of file UT_FPStream.h.
| UT_FPOutBuf::UT_FPOutBuf | ( | FILE * | _fp | ) | [inline] |
Definition at line 45 of file UT_FPStream.h.
| void UT_FPOutBuf::close | ( | ) | [inline] |
Definition at line 49 of file UT_FPStream.h.
| virtual int_type UT_FPOutBuf::overflow | ( | int_type | c | ) | [inline, protected, virtual] |
Definition at line 58 of file UT_FPStream.h.
| virtual pos_type UT_FPOutBuf::seekoff | ( | off_type | _Off, | |
| ios_base::seekdir | _Way, | |||
| ios_base::openmode | = ios::out | |||
| ) | [inline, protected, virtual] |
Definition at line 65 of file UT_FPStream.h.
| virtual pos_type UT_FPOutBuf::seekpos | ( | pos_type | _Off, | |
| ios_base::openmode | = ios::out | |||
| ) | [inline, protected, virtual] |
Definition at line 88 of file UT_FPStream.h.
| virtual std::streamsize UT_FPOutBuf::xsputn | ( | const char * | s, | |
| std::streamsize | num | |||
| ) | [inline, protected, virtual] |
Definition at line 97 of file UT_FPStream.h.
FILE* UT_FPOutBuf::myFP [protected] |
Definition at line 104 of file UT_FPStream.h.
1.5.9