#include <UT_FPStream.h>
|
int_type | overflow (int_type c) override |
|
pos_type | seekoff (off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode=std::ios::out) override |
|
pos_type | seekpos (pos_type _Off, std::ios_base::openmode=std::ios::out) override |
|
std::streamsize | xsputn (const char *s, std::streamsize num) override |
|
Definition at line 34 of file UT_FPStream.h.
UT_FPOutBuf::UT_FPOutBuf |
( |
FILE * |
_fp | ) |
|
|
inline |
void UT_FPOutBuf::close |
( |
| ) |
|
|
inline |
pos_type UT_FPOutBuf::seekoff |
( |
off_type |
_Off, |
|
|
std::ios_base::seekdir |
_Way, |
|
|
std::ios_base::openmode |
= std::ios::out |
|
) |
| |
|
inlineoverrideprotected |
pos_type UT_FPOutBuf::seekpos |
( |
pos_type |
_Off, |
|
|
std::ios_base::openmode |
= std::ios::out |
|
) |
| |
|
inlineoverrideprotected |
std::streamsize UT_FPOutBuf::xsputn |
( |
const char * |
s, |
|
|
std::streamsize |
num |
|
) |
| |
|
inlineoverrideprotected |
The documentation for this class was generated from the following file: