SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
template<typename T > | |
sc_raw_ostream_t & | operator<< (T const &rhs) |
sc_raw_ostream_t & | operator<< (const char *rhs) |
template<typename... Args> | |
sc_raw_ostream_t & | print (fmt::format_string< Args... > format, Args &&... args) |
sc_raw_ostream_t (std::shared_ptr< std::ostream > os) | |
const sc_raw_ostream_t | operator= (std::shared_ptr< std::ostream > os) |
std::ostream * | get_stream () |
void | vprint (fmt::string_view format, fmt::format_args args) |