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

#include <liccache.h>

Collaboration diagram for cacheroot:
Collaboration graph

Public Attributes

int maxnodes
 No. of nodes in the list. More...
 
cachenode_tnodes
 Array of nodes. More...
 

Detailed Description

struct cacheroot Shortname cache, very simple non-resizing hash table

Root for chachenode_t nodes

Definition at line 40 of file liccache.h.

Member Data Documentation

◆ maxnodes

int cacheroot::maxnodes

No. of nodes in the list.

Max nodes in table

Definition at line 42 of file liccache.h.

◆ nodes

cachenode_t * cacheroot::nodes

Array of nodes.

Nodes in table

Definition at line 43 of file liccache.h.


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