F4
Library for Gröebner basis computations over finite fields.
 All Classes Namespaces Files Functions Variables Friends Pages
Public Member Functions | Public Attributes | List of all members
F4::NodeListPointerCriticalPair< Element > Struct Template Reference

Represent a node of the list. More...

#include <list-pointer-critical-pair.h>

Public Member Functions

 NodeListPointerCriticalPair ()
 Constructor.
 

Public Attributes

CriticalPair< Element > * _cp
 
NodeListPointerCriticalPair_next
 

Detailed Description

template<typename Element>
struct F4::NodeListPointerCriticalPair< Element >

Represent a node of the list.

Definition at line 48 of file list-pointer-critical-pair.h.

Member Data Documentation

template<typename Element>
CriticalPair<Element>* F4::NodeListPointerCriticalPair< Element >::_cp

Pointer on a critical pair

Definition at line 61 of file list-pointer-critical-pair.h.

template<typename Element>
NodeListPointerCriticalPair* F4::NodeListPointerCriticalPair< Element >::_next

Pointer on the next node.

Definition at line 62 of file list-pointer-critical-pair.h.


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