COMBINATORIAL_BLAS  1.6
tommy_chain_struct Struct Reference

#include <tommychain.h>

Public Attributes

tommy_nodehead
 
tommy_nodetail
 

Detailed Description

Chain of nodes. A chain of nodes is a sequence of nodes with the following properties:

  • It contains at least one node. A chains of zero nodes cannot exist.
  • The next field of the tail is of undefined value.
  • The prev field of the head is of undefined value.
  • All the other inner prev and next fields are correctly set.

Definition at line 52 of file tommychain.h.

Member Data Documentation

◆ head

tommy_node* tommy_chain_struct::head

Pointer at the head of the chain.

Definition at line 53 of file tommychain.h.

◆ tail

tommy_node* tommy_chain_struct::tail

Pointer at the tail of the chain.

Definition at line 54 of file tommychain.h.


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