入力 [詳細]
#include <JsonParser.h>
Public メソッド | |
input (const char *first, const char *last) | |
int | getc () |
int | lastc () |
void | ungetc () |
char * | cur () const |
int | line () const |
void | skip_ws () |
int | isget (int ch) |
bool | match (const char *pattern) |
Protected 変数 | |
char * | cur_ |
const char * | end_ |
int | last_ch_ |
bool | ungot_ |
int | line_ |
入力
input | ( | const char * | first, | |
const char * | last | |||
) | [inline] |
int getc | ( | ) | [inline] |
int lastc | ( | ) | [inline] |
void ungetc | ( | ) | [inline] |
char* cur | ( | ) | const [inline] |
int line | ( | ) | const [inline] |
void skip_ws | ( | ) | [inline] |
int isget | ( | int | ch | ) | [inline] |
bool match | ( | const char * | pattern | ) | [inline] |
char* cur_ [protected] |
const char* end_ [protected] |
int last_ch_ [protected] |
bool ungot_ [protected] |
int line_ [protected] |