SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Read-only string stream. More...
#include <stream.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
GenericStringStream (const Ch *src) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
void | Put (Ch) |
void | Flush () |
size_t | PutEnd (Ch *) |
Public Attributes | |
const Ch * | src_ |
Current read position. | |
const Ch * | head_ |
Original head of the string. | |
Read-only string stream.