SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
io::ofstream Class Reference
Inheritance diagram for io::ofstream:

Public Member Functions

template<typename... Args>
ofstreamprintf (util::string_view format, Args &&... args)
 Output using printf formatting syntax.
 
template<typename... Args>
ofstreamformat (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)