BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Public Types | |
typedef std::ostream &(* | ostream_manipulator) (std::ostream &) |
Public Member Functions | |
void | flush () |
template<class T > | |
GameWrapper & | operator<< (const T &in) |
GameWrapper & | operator<< (ostream_manipulator fn) |
Broodwar wrapper
Definition of ostream_manipulator type for convenience.
Output stream operator for printing text to Broodwar.
Using this operator invokes Game::printf when a newline character is encountered.
References BWAPI::Broodwar.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Flushes the Broodwar stream, printing all text in the stream to the screen.