![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
| buffered_file (const buffered_file &)=delete | |
| void | operator= (const buffered_file &)=delete |
| buffered_file (buffered_file &&other) FMT_NOEXCEPT | |
| buffered_file & | operator= (buffered_file &&other) |
| FMT_API | buffered_file (cstring_view filename, cstring_view mode) |
| FMT_API void | close () |
| FILE * | get () const FMT_NOEXCEPT |
| FMT_API int() | fileno () const |
| void | vprint (string_view format_str, format_args args) |
| template<typename... Args> | |
| void | print (string_view format_str, const Args &... args) |
Friends | |
| class | file |