LLVM: llvm::formatv_object_base Class Reference (original) (raw)

#include "[llvm/Support/FormatVariadic.h](FormatVariadic%5F8h%5Fsource.html)"

Public Member Functions
void format (raw_ostream &S) const
std::string str () const
template<unsigned N>
SmallString< N > sstr () const
template<unsigned N>
operator SmallString< N > () const
operator std::string () const

Definition at line 65 of file FormatVariadic.h.

formatv_object_base() [2/3]

formatv_object_base() [3/3]

format()

void llvm::formatv_object_base::format ( raw_ostream & S) const inline

operator SmallString< N >()

llvm::formatv_object_base::operator SmallString< N > ( ) const inline

operator std::string()

llvm::formatv_object_base::operator std::string ( ) const inline

parseFormatString()

sstr()

SmallString< N > llvm::formatv_object_base::sstr ( ) const inline

str()

std::string llvm::formatv_object_base::str ( ) const inline

Adapters

Fmt

Validate

bool llvm::formatv_object_base::Validate protected

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