![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
| template<typename... Args> | |
| ofstream & | printf (util::string_view format, Args &&... args) |
| Output using printf formatting syntax. | |
| template<typename... Args> | |
| ofstream & | format (util::string_view format, Args &&... args) |
| Output using fmt::format formatting syntax. | |
| void | open (const char *filename, openmode mode=out|trunc) |
| void | open (const std::string &filename, openmode mode=out|trunc) |
| bool | open (const std::string &filename, const std::vector< std::string > &prefix, openmode mode=out|trunc) |