LLVM  3.7.0
Public Member Functions | Friends | List of all members
llvm::FormattedString Class Reference

This is a helper class used for left_justify() and right_justify(). More...

#include <Format.h>

Public Member Functions

 FormattedString (StringRef S, unsigned W, bool R)
 

Friends

class raw_ostream
 

Detailed Description

This is a helper class used for left_justify() and right_justify().

Definition at line 116 of file Format.h.

Constructor & Destructor Documentation

llvm::FormattedString::FormattedString ( StringRef  S,
unsigned  W,
bool  R 
)
inline

Definition at line 122 of file Format.h.

Friends And Related Function Documentation

friend class raw_ostream
friend

Definition at line 120 of file Format.h.


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