![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
This is the complete list of members for Divide::Console, including all inherited members.
BindConsoleOutput(const ConsolePrintCallback &guiConsoleCallback) | Divide::Console | static |
ConsolePrintCallback typedef | Divide::Console | |
d_errorf(const char *format, T &&... args) | Divide::Console | static |
d_errorf(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
d_errorf(const char *format, Args &&... args) | Divide::Console | |
d_errorf(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
d_errorfn(const char *format, T &&... args) | Divide::Console | static |
d_errorfn(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
d_errorfn(const char *format, Args &&... args) | Divide::Console | |
d_errorfn(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
d_printf(const char *format, T &&... args) | Divide::Console | static |
d_printf(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
d_printf(const char *format, Args &&... args) | Divide::Console | |
d_printf(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
d_printfn(const char *format, T &&... args) | Divide::Console | static |
d_printfn(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
d_printfn(const char *format, Args &&... args) | Divide::Console | |
d_printfn(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
d_warnf(const char *format, T &&... args) | Divide::Console | static |
d_warnf(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
d_warnf(const char *format, Args &&... args) | Divide::Console | |
d_warnf(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
d_warnfn(const char *format, T &&... args) | Divide::Console | static |
d_warnfn(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
d_warnfn(const char *format, Args &&... args) | Divide::Console | |
d_warnfn(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
DecorateAndPrint(std::ostream &outStream, std::string_view text, bool newline, EntryType type) | Divide::Console | protectedstatic |
EntryType enum name | Divide::Console | |
errorf(const char *format, T &&... args) | Divide::Console | static |
errorf(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
errorf(const char *format, Args &&... args) | Divide::Console | |
errorf(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
errorfn(const char *format, T &&... args) | Divide::Console | static |
errorfn(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
errorfn(const char *format, Args &&... args) | Divide::Console | |
errorfn(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
Flags enum name | Divide::Console | |
Flush() | Divide::Console | static |
IsFlagSet(const Flags flag) | Divide::Console | inlinestatic |
NonCopyable(const NonCopyable &)=delete | Divide::NonCopyable | |
NonCopyable(NonCopyable &&)=default | Divide::NonCopyable | |
NonCopyable()=default | Divide::NonCopyable | protected |
operator=(const NonCopyable &)=delete | Divide::NonCopyable | |
operator=(NonCopyable &&)=default | Divide::NonCopyable | |
Output(std::string_view text, bool newline, EntryType type) | Divide::Console | protectedstatic |
Output(std::ostream &outStream, std::string_view text, bool newline, EntryType type) | Divide::Console | protectedstatic |
printf(const char *format, T &&... args) | Divide::Console | static |
printf(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
printf(const char *format, Args &&... args) | Divide::Console | |
printf(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
printfn(const char *format, T &&... args) | Divide::Console | static |
printfn(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
printfn(const char *format, Args &&... args) | Divide::Console | |
printfn(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
PrintToFile(const OutputEntry &entry) | Divide::Console | protectedstatic |
s_callbackLock | Divide::Console | privatestatic |
s_errorStream | Divide::Console | privatestatic |
s_flags | Divide::Console | privatestatic |
s_guiConsoleCallbacks | Divide::Console | privatestatic |
s_logStream | Divide::Console | privatestatic |
s_running | Divide::Console | privatestatic |
Start(std::string_view logFilePath, std::string_view erroFilePath, bool printCopyright) noexcept | Divide::Console | static |
Stop() | Divide::Console | static |
ToggleFlag(const Flags flag, const bool state) | Divide::Console | inlinestatic |
UnbindConsoleOutput(size_t &index) | Divide::Console | static |
warnf(const char *format, T &&... args) | Divide::Console | static |
warnf(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
warnf(const char *format, Args &&... args) | Divide::Console | |
warnf(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
warnfn(const char *format, T &&... args) | Divide::Console | static |
warnfn(std::ofstream &outStream, const char *format, T &&... args) | Divide::Console | static |
warnfn(const char *format, Args &&... args) | Divide::Console | |
warnfn(std::ofstream &outStream, const char *format, Args &&... args) | Divide::Console | |
~NonCopyable()=default | Divide::NonCopyable | protected |