#include <todoist_parser.h>
Definition at line 6 of file todoist_parser.h.
◆ endArray()
void TodoTodoistJsonListener::endArray |
( |
| ) |
|
|
virtual |
◆ endDocument()
void TodoTodoistJsonListener::endDocument |
( |
| ) |
|
|
virtual |
◆ endObject()
void TodoTodoistJsonListener::endObject |
( |
| ) |
|
|
virtual |
◆ key()
void TodoTodoistJsonListener::key |
( |
String | key | ) |
|
|
virtual |
Definition at line 16 of file todoist_parser.cpp.
17{
20}
virtual void key(String key)
PaperdinkUITodoListTodoistClass Paperdink_TodoListTodoist
#define TODO_LIST_MAX_TASKS
◆ startArray()
void TodoTodoistJsonListener::startArray |
( |
| ) |
|
|
virtual |
◆ startDocument()
void TodoTodoistJsonListener::startDocument |
( |
| ) |
|
|
virtual |
◆ startObject()
void TodoTodoistJsonListener::startObject |
( |
| ) |
|
|
virtual |
◆ value()
void TodoTodoistJsonListener::value |
( |
String | value | ) |
|
|
virtual |
Definition at line 22 of file todoist_parser.cpp.
23{
25
26
31 }
32}
char tasks[TODO_LIST_MAX_TASKS][TODO_LIST_MAX_TODO_STR_LENGTH+1]
virtual void value(String value)
#define TODO_LIST_MAX_TODO_STR_LENGTH
◆ whitespace()
void TodoTodoistJsonListener::whitespace |
( |
char | c | ) |
|
|
virtual |
The documentation for this class was generated from the following files: