A read string implementation with comparison functionality.
More...
#include <json.h>
|
using | iterator = const char * |
|
using | const_iterator = const char * |
|
|
| r_string (char *s, char *e) |
|
| r_string (const r_string &r) |
|
| r_string (r_string &&r) |
|
r_string & | operator= (r_string &&r) |
|
r_string & | operator= (const r_string &r) |
|
| operator std::string () const |
|
const char * | begin () const |
|
const char * | end () const |
|
size_t | size () const |
|
|
char * | s_ |
| Start.
|
|
char * | e_ |
| End.
|
|
uint8_t | owned_ {0} |
|
|
std::ostream & | operator<< (std::ostream &os, const r_string &s) |
|
rvalue | crow::json::load (const char *data, size_t size) |
|
A read string implementation with comparison functionality.
The documentation for this struct was generated from the following file:
- /home/farook/cppsrv/crow-0.3-fordoc/include/crow/json.h