HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FPOutBuf Class Reference

#include <UT_FPStream.h>

+ Inheritance diagram for UT_FPOutBuf:

Public Member Functions

 UT_FPOutBuf (FILE *_fp)
 
void close ()
 

Protected Member Functions

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
 

Protected Attributes

FILE * myFP
 

Detailed Description

Definition at line 34 of file UT_FPStream.h.

Constructor & Destructor Documentation

UT_FPOutBuf::UT_FPOutBuf ( FILE *  _fp)
inline

Definition at line 37 of file UT_FPStream.h.

Member Function Documentation

void UT_FPOutBuf::close ( )
inline

Definition at line 41 of file UT_FPStream.h.

int_type UT_FPOutBuf::overflow ( int_type  c)
inlineoverrideprotected

Definition at line 50 of file UT_FPStream.h.

pos_type UT_FPOutBuf::seekoff ( off_type  _Off,
std::ios_base::seekdir  _Way,
std::ios_base::openmode  = std::ios::out 
)
inlineoverrideprotected

Definition at line 57 of file UT_FPStream.h.

pos_type UT_FPOutBuf::seekpos ( pos_type  _Off,
std::ios_base::openmode  = std::ios::out 
)
inlineoverrideprotected

Definition at line 81 of file UT_FPStream.h.

std::streamsize UT_FPOutBuf::xsputn ( const char *  s,
std::streamsize  num 
)
inlineoverrideprotected

Definition at line 91 of file UT_FPStream.h.

Member Data Documentation

FILE* UT_FPOutBuf::myFP
protected

Definition at line 98 of file UT_FPStream.h.


The documentation for this class was generated from the following file: