LLVM API Documentation
#include <raw_os_ostream.h>


Public Member Functions | |
| raw_os_ostream (std::ostream &O) | |
| ~raw_os_ostream () | |
raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a simple adaptor class. It does not check for output errors; clients should use the underlying stream to detect errors.
Definition at line 25 of file raw_os_ostream.h.
| llvm::raw_os_ostream::raw_os_ostream | ( | std::ostream & | O | ) | [inline] |
Definition at line 36 of file raw_os_ostream.h.
Definition at line 22 of file raw_os_ostream.cpp.
References llvm::raw_ostream::flush().