#include <FilePrintStream.h>
|
| enum | AdoptionMode {
Adopt,
Borrow,
Adopt,
Borrow,
Adopt,
Borrow
} |
| |
| enum | AdoptionMode {
Adopt,
Borrow,
Adopt,
Borrow,
Adopt,
Borrow
} |
| |
| enum | AdoptionMode {
Adopt,
Borrow,
Adopt,
Borrow,
Adopt,
Borrow
} |
| |
|
| | FilePrintStream (FILE *, AdoptionMode=Adopt) |
| |
| virtual | ~FilePrintStream () |
| |
| FILE * | file () |
| |
| void | vprintf (const char *format, va_list) override WTF_ATTRIBUTE_PRINTF(2 |
| |
| void void | flush () override |
| |
| | FilePrintStream (FILE *, AdoptionMode=Adopt) |
| |
| virtual | ~FilePrintStream () |
| |
| FILE * | file () |
| |
| void | vprintf (const char *format, va_list) override WTF_ATTRIBUTE_PRINTF(2 |
| |
| void void | flush () override |
| |
| | FilePrintStream (FILE *, AdoptionMode=Adopt) |
| |
| virtual | ~FilePrintStream () |
| |
| FILE * | file () |
| |
| void | vprintf (const char *format, va_list) override WTF_ATTRIBUTE_PRINTF(2 |
| |
| void void | flush () override |
| |
| | PrintStream () |
| |
| virtual | ~PrintStream () |
| |
| WTF_EXPORT_PRIVATE void | printf (const char *format,...) WTF_ATTRIBUTE_PRINTF(2 |
| |
| WTF_EXPORT_PRIVATE void WTF_EXPORT_PRIVATE void | printfVariableFormat (const char *format,...) |
| |
| template<typename Func > |
| void | atomically (const Func &func) |
| |
| template<typename... Types> |
| void | print (const Types &... values) |
| |
| template<typename... Types> |
| void | println (const Types &... values) |
| |
| | PrintStream () |
| |
| virtual | ~PrintStream () |
| |
| WTF_EXPORT_PRIVATE void | printf (const char *format,...) WTF_ATTRIBUTE_PRINTF(2 |
| |
| WTF_EXPORT_PRIVATE void WTF_EXPORT_PRIVATE void | printfVariableFormat (const char *format,...) |
| |
| template<typename Func > |
| void | atomically (const Func &func) |
| |
| template<typename... Types> |
| void | print (const Types &... values) |
| |
| template<typename... Types> |
| void | println (const Types &... values) |
| |
| | PrintStream () |
| |
| virtual | ~PrintStream () |
| |
| WTF_EXPORT_PRIVATE void | printf (const char *format,...) WTF_ATTRIBUTE_PRINTF(2 |
| |
| WTF_EXPORT_PRIVATE void WTF_EXPORT_PRIVATE void | printfVariableFormat (const char *format,...) |
| |
| template<typename Func > |
| void | atomically (const Func &func) |
| |
| template<typename... Types> |
| void | print (const Types &... values) |
| |
| template<typename... Types> |
| void | println (const Types &... values) |
| |
◆ AdoptionMode [1/3]
| Enumerator |
|---|
| Adopt | |
| Borrow | |
| Adopt | |
| Borrow | |
| Adopt | |
| Borrow | |
◆ AdoptionMode [2/3]
| Enumerator |
|---|
| Adopt | |
| Borrow | |
| Adopt | |
| Borrow | |
| Adopt | |
| Borrow | |
◆ AdoptionMode [3/3]
| Enumerator |
|---|
| Adopt | |
| Borrow | |
| Adopt | |
| Borrow | |
| Adopt | |
| Borrow | |
◆ FilePrintStream() [1/3]
| WTF::FilePrintStream::FilePrintStream |
( |
FILE * |
file, |
|
|
AdoptionMode |
adoptionMode = Adopt |
|
) |
| |
◆ ~FilePrintStream() [1/3]
| WTF::FilePrintStream::~FilePrintStream |
( |
| ) |
|
|
virtual |
◆ FilePrintStream() [2/3]
◆ ~FilePrintStream() [2/3]
| virtual WTF::FilePrintStream::~FilePrintStream |
( |
| ) |
|
|
virtual |
◆ FilePrintStream() [3/3]
◆ ~FilePrintStream() [3/3]
| virtual WTF::FilePrintStream::~FilePrintStream |
( |
| ) |
|
|
virtual |
◆ file() [1/3]
| FILE* WTF::FilePrintStream::file |
( |
| ) |
|
|
inline |
◆ file() [2/3]
| FILE* WTF::FilePrintStream::file |
( |
| ) |
|
|
inline |
◆ file() [3/3]
| FILE* WTF::FilePrintStream::file |
( |
| ) |
|
|
inline |
◆ flush() [1/3]
| void void WTF::FilePrintStream::flush |
( |
| ) |
|
|
overridevirtual |
◆ flush() [2/3]
| void WTF::FilePrintStream::flush |
( |
| ) |
|
|
overridevirtual |
◆ flush() [3/3]
| void void WTF::FilePrintStream::flush |
( |
| ) |
|
|
overridevirtual |
◆ open() [1/3]
◆ open() [2/3]
| std::unique_ptr< FilePrintStream > WTF::FilePrintStream::open |
( |
const char * |
filename, |
|
|
const char * |
mode |
|
) |
| |
|
static |
◆ open() [3/3]
◆ vprintf() [1/3]
| void WTF::FilePrintStream::vprintf |
( |
const char * |
format, |
|
|
va_list |
|
|
) |
| |
|
overridevirtual |
◆ vprintf() [2/3]
| void WTF::FilePrintStream::vprintf |
( |
const char * |
format, |
|
|
va_list |
argList |
|
) |
| |
|
overridevirtual |
◆ vprintf() [3/3]
| void WTF::FilePrintStream::vprintf |
( |
const char * |
format, |
|
|
va_list |
|
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: