|
esp-fs-webserver
|
#include <linked_list.h>

Public Attributes | |
| uint8_t | type |
| void * | var |
| const char * | key |
| VarNode * | next = nullptr |
Definition at line 26 of file linked_list.h.
| const char* VarNode::key |
Definition at line 30 of file linked_list.h.
| VarNode* VarNode::next = nullptr |
Definition at line 31 of file linked_list.h.
| uint8_t VarNode::type |
Definition at line 28 of file linked_list.h.
| void* VarNode::var |
Definition at line 29 of file linked_list.h.