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

list_t type structure used to keep various lists. (e.g. there are multiple lists). More...

#include <nomos.h>

Collaboration diagram for list:
Collaboration graph

Public Attributes

char name [64]
 
int used
 
int size
 
int ix
 
int sorted
 
int desc
 
item_titems
 

Detailed Description

list_t type structure used to keep various lists. (e.g. there are multiple lists).

list

Definition at line 308 of file nomos.h.

Member Data Documentation

◆ desc

int list::desc

Description

Definition at line 316 of file nomos.h.

◆ items

item_t* list::items

List items

Definition at line 317 of file nomos.h.

◆ ix

int list::ix

The index for the items below

Definition at line 312 of file nomos.h.

◆ name

char list::name[64]

Name of the list

Definition at line 309 of file nomos.h.

◆ size

int list::size

What size is this? (MD)

Definition at line 311 of file nomos.h.

◆ sorted

int list::sorted

Flag to indicate how ?? (the list or the items in the list?) things are sorted: SORT_BY_NAME or SORT_BY_NAME_ICASE

Definition at line 313 of file nomos.h.

◆ used

int list::used

Number of items found, 0 is empty list

Definition at line 310 of file nomos.h.


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