This is Unofficial EPICS BASE Doxygen Site
ELLLIST Struct Reference

List header type. More...

#include "ellLib.h"

+ Collaboration diagram for ELLLIST:

Public Attributes

ELLNODE node
 Pointers to the first and last nodes on list. More...
 
int count
 Number of nodes on the list. More...
 

Detailed Description

List header type.

Definition at line 56 of file ellLib.h.

Member Data Documentation

int ELLLIST::count

Number of nodes on the list.

Definition at line 58 of file ellLib.h.

ELLNODE ELLLIST::node

Pointers to the first and last nodes on list.

Definition at line 57 of file ellLib.h.


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