Tenncor
Public Attributes | List of all members
PtrNode Struct Reference

Node of a pointer linked list. More...

#include <list.h>

Collaboration diagram for PtrNode:
Collaboration graph
[legend]

Public Attributes

struct PtrNodenext_
 Next node in list (null denoting end of list) More...
 
void * val_
 Stored pointer value. More...
 

Detailed Description

Node of a pointer linked list.

Member Data Documentation

◆ next_

struct PtrNode* PtrNode::next_

Next node in list (null denoting end of list)

◆ val_

void* PtrNode::val_

Stored pointer value.


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