FOSSology  3.2.0rc1
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 287 of file nomos.h.

Member Data Documentation

void* listitem::buf

alias, extra data, whatever

Definition at line 292 of file nomos.h.

char* listitem::str

primary key for list-element

Definition at line 291 of file nomos.h.


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