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

Member Data Documentation

int list::desc

Description

Definition at line 329 of file nomos.h.

item_t* list::items

List items

Definition at line 330 of file nomos.h.

int list::ix

The index for the items below

Definition at line 325 of file nomos.h.

char list::name[64]

Name of the list

Definition at line 322 of file nomos.h.

int list::size

What size is this? (MD)

Definition at line 324 of file nomos.h.

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 326 of file nomos.h.

int list::used

Number of items found, 0 is empty list

Definition at line 323 of file nomos.h.


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