clang API Documentation

Public Member Functions
clang::ast_matchers::dynamic::Diagnostics::ArgStream Class Reference

Helper stream class. More...

#include <Diagnostics.h>

List of all members.

Public Member Functions

 ArgStream (std::vector< std::string > *Out)
template<class T >
ArgStreamoperator<< (const T &Arg)
ArgStreamoperator<< (const Twine &Arg)

Detailed Description

Helper stream class.

Definition at line 84 of file Diagnostics.h.


Constructor & Destructor Documentation

clang::ast_matchers::dynamic::Diagnostics::ArgStream::ArgStream ( std::vector< std::string > *  Out) [inline]

Definition at line 86 of file Diagnostics.h.


Member Function Documentation

template<class T >
ArgStream& clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< ( const T &  Arg) [inline]

Definition at line 87 of file Diagnostics.h.

Diagnostics::ArgStream & clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< ( const Twine &  Arg)

Definition at line 62 of file Diagnostics.cpp.


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