Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ostreambuffer Class Reference
+ Inheritance diagram for ostreambuffer:

Public Member Functions

 ostreambuffer (char *buffer, std::streamsize bufferLength)
 
std::streampos tellp ()
 
void seekp (std::streampos pos)
 
int size ()
 
void reset ()
 
char * getbuf ()
 

Detailed Description

Definition at line 122 of file hddm-xml.cpp.

Constructor & Destructor Documentation

ostreambuffer::ostreambuffer ( char *  buffer,
std::streamsize  bufferLength 
)
inline

Definition at line 124 of file hddm-xml.cpp.

Member Function Documentation

char* ostreambuffer::getbuf ( )
inline

Definition at line 147 of file hddm-xml.cpp.

void ostreambuffer::reset ( )
inline

Definition at line 141 of file hddm-xml.cpp.

void ostreambuffer::seekp ( std::streampos  pos)
inline

Definition at line 132 of file hddm-xml.cpp.

int ostreambuffer::size ( )
inline

Definition at line 137 of file hddm-xml.cpp.

std::streampos ostreambuffer::tellp ( )
inline

Definition at line 128 of file hddm-xml.cpp.


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