LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::DelimitedScope< Open, Close > Struct Template Reference

#include <ScopedPrinter.h>

Collaboration diagram for llvm::DelimitedScope< Open, Close >:
[legend]

Public Member Functions

 DelimitedScope (ScopedPrinter &W)
 
 DelimitedScope (ScopedPrinter &W, StringRef N)
 
 ~DelimitedScope ()
 

Public Attributes

ScopedPrinterW
 

Detailed Description

template<char Open, char Close>
struct llvm::DelimitedScope< Open, Close >

Definition at line 351 of file ScopedPrinter.h.

Constructor & Destructor Documentation

template<char Open, char Close>
llvm::DelimitedScope< Open, Close >::DelimitedScope ( ScopedPrinter W)
inlineexplicit
template<char Open, char Close>
llvm::DelimitedScope< Open, Close >::DelimitedScope ( ScopedPrinter W,
StringRef  N 
)
inline
template<char Open, char Close>
llvm::DelimitedScope< Open, Close >::~DelimitedScope ( )
inline

Member Data Documentation

template<char Open, char Close>
ScopedPrinter& llvm::DelimitedScope< Open, Close >::W

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