LLVM
8.0.1
|
#include "llvm/Support/FormatVariadic.h"
Public Member Functions | |
formatv_object (StringRef Fmt, Tuple &&Params) | |
formatv_object (formatv_object const &rhs)=delete | |
formatv_object (formatv_object &&rhs) | |
Public Member Functions inherited from llvm::formatv_object_base | |
formatv_object_base (StringRef Fmt, std::size_t ParamCount) | |
formatv_object_base (formatv_object_base const &rhs)=delete | |
formatv_object_base (formatv_object_base &&rhs) | |
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 | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::formatv_object_base | |
static std::vector< ReplacementItem > | parseFormatString (StringRef Fmt) |
static Optional< ReplacementItem > | parseReplacementItem (StringRef Spec) |
Static Protected Member Functions inherited from llvm::formatv_object_base | |
static bool | consumeFieldLayout (StringRef &Spec, AlignStyle &Where, size_t &Align, char &Pad) |
static std::pair< ReplacementItem, StringRef > | splitLiteralAndReplacement (StringRef Fmt) |
Protected Attributes inherited from llvm::formatv_object_base | |
StringRef | Fmt |
std::vector< detail::format_adapter * > | Adapters |
std::vector< ReplacementItem > | Replacements |
Definition at line 149 of file FormatVariadic.h.
|
inline |
Definition at line 156 of file FormatVariadic.h.
References llvm::apply_tuple().
|
delete |
|
inline |
Definition at line 164 of file FormatVariadic.h.
References llvm::apply_tuple().