Tenncor
Public Attributes | List of all members
PtrList Struct Reference

Pointer linked list. More...

#include <list.h>

Collaboration diagram for PtrList:
Collaboration graph
[legend]

Public Attributes

struct PtrNodehead_
 Head of the linked list. More...
 
struct PtrNodetail_
 Tail of the linked list (tail_.next_ should be null) More...
 
size_t type_
 Enumerated type of stored pointer. More...
 

Detailed Description

Pointer linked list.

Member Data Documentation

◆ head_

struct PtrNode* PtrList::head_

Head of the linked list.

◆ tail_

struct PtrNode* PtrList::tail_

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

◆ type_

size_t PtrList::type_

Enumerated type of stored pointer.


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