FOSSology  4.4.0
Open Source License Compliance by Open Source Software
listitem Struct Reference

tricky data structure used for a list of 'items' More...

#include <nomos.h>

Collaboration diagram for listitem:
Collaboration graph

Public Attributes

int val
 
int val2
 
int val3
 
char * str
 
void * buf
 

Detailed Description

tricky data structure used for a list of 'items'

listitem item_t

Meanings of val fields are dependent on the particular list – See #defines below for examples.

Definition at line 274 of file nomos.h.

Member Data Documentation

◆ buf

void* listitem::buf

alias, extra data, whatever

Definition at line 279 of file nomos.h.

◆ str

char* listitem::str

primary key for list-element

Definition at line 278 of file nomos.h.


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