LLVM API Documentation

Public Member Functions
llvm::raw_string_ostream Class Reference

#include <raw_ostream.h>

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

List of all members.

Public Member Functions

 raw_string_ostream (std::string &O)
 ~raw_string_ostream ()
std::string & str ()

Detailed Description

raw_string_ostream - A raw_ostream that writes to an std::string. This is a simple adaptor class. This class does not encounter output errors.

Definition at line 432 of file raw_ostream.h.


Constructor & Destructor Documentation

llvm::raw_string_ostream::raw_string_ostream ( std::string &  O) [inline, explicit]

Definition at line 442 of file raw_ostream.h.

Definition at line 680 of file raw_ostream.cpp.

References llvm::raw_ostream::flush().


Member Function Documentation

std::string& llvm::raw_string_ostream::str ( ) [inline]

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