9.0
general documentation
Loading...
Searching...
No Matches
cs_tree_node_t Struct Reference

#include <cs_tree.h>

Collaboration diagram for cs_tree_node_t:

Data Fields

char * name
char * desc
int flag
void * value
int size
cs_tree_node_t * parent
cs_tree_node_t * children
cs_tree_node_t * prev
cs_tree_node_t * next

Field Documentation

◆ children

cs_tree_node_t* children

◆ desc

char* desc

◆ flag

int flag

◆ name

char* name

◆ next

cs_tree_node_t* next

◆ parent

cs_tree_node_t* parent

◆ prev

cs_tree_node_t* prev

◆ size

int size

◆ value

void* value

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