LLVM 20.0.0git
|
#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 | |
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 SmallVector< ReplacementItem, 2 > | parseFormatString (StringRef Fmt) |
static std::optional< ReplacementItem > | parseReplacementItem (StringRef Spec) |
Protected Member Functions inherited from llvm::formatv_object_base | |
formatv_object_base (StringRef Fmt, ArrayRef< support::detail::format_adapter * > Adapters) | |
formatv_object_base (formatv_object_base const &rhs)=delete | |
formatv_object_base (formatv_object_base &&rhs)=default | |
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 |
ArrayRef< support::detail::format_adapter * > | Adapters |
Definition at line 128 of file FormatVariadic.h.
|
inline |
Definition at line 152 of file FormatVariadic.h.
|
delete |
|
inline |
Definition at line 160 of file FormatVariadic.h.
References llvm::formatv_object_base::Adapters.