LLVM API Documentation

Public Member Functions
llvm::raw_os_ostream Class Reference

#include <raw_os_ostream.h>

Inheritance diagram for llvm::raw_os_ostream:
Inheritance graph
[legend]
Collaboration diagram for llvm::raw_os_ostream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 raw_os_ostream (std::ostream &O)
 ~raw_os_ostream ()

Detailed Description

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.


Constructor & Destructor Documentation

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().


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