Tenncor
Public Attributes | List of all members
NumList Struct Reference

Decimal linked list. More...

#include <list.h>

Collaboration diagram for NumList:
Collaboration graph
[legend]

Public Attributes

struct NumNodehead_
 Head of the linked list. More...
 
struct NumNodetail_
 Tail of the linked list (tail_.next_ should be null) More...
 

Detailed Description

Decimal linked list.

Member Data Documentation

◆ head_

struct NumNode* NumList::head_

Head of the linked list.

◆ tail_

struct NumNode* NumList::tail_

Tail of the linked list (tail_.next_ should be null)


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