esp-fs-webserver
Loading...
Searching...
No Matches
Public Attributes | List of all members
VarNode Struct Reference

#include <linked_list.h>

Collaboration diagram for VarNode:
Collaboration graph
[legend]

Public Attributes

uint8_t type
 
void * var
 
const char * key
 
VarNodenext = nullptr
 

Detailed Description

Definition at line 26 of file linked_list.h.

Member Data Documentation

◆ key

const char* VarNode::key

Definition at line 30 of file linked_list.h.

◆ next

VarNode* VarNode::next = nullptr

Definition at line 31 of file linked_list.h.

◆ type

uint8_t VarNode::type

Definition at line 28 of file linked_list.h.

◆ var

void* VarNode::var

Definition at line 29 of file linked_list.h.


The documentation for this struct was generated from the following file: