bes
Updated for version 3.20.6
|
Read-only string stream. More...
#include <stream.h>
Public Types | |
typedef Encoding::Ch | Ch |
typedef Encoding::Ch | Ch |
Public Attributes | |
const Ch * | head_ |
Original head of the string. More... | |
const Ch * | src_ |
Current read position. More... | |
Read-only string stream.
Definition at line 47 of file cmr_module/rapidjson/fwd.h.
const Ch * GenericStringStream< Encoding >::head_ |
Original head of the string.
Definition at line 125 of file cmr_module/rapidjson/stream.h.
const Ch * GenericStringStream< Encoding >::src_ |
Current read position.
Definition at line 124 of file cmr_module/rapidjson/stream.h.