STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes | Friends
stapl::ordering_impl::node Struct Reference

Defines an entry node in the list of base containers. More...

Public Member Functions

 node (ptr_bcontainer const &p, ptr_bcontainer const &n, size_t id=0)
 

Public Types

typedef ptr_bcontainer ptr_type
 

Public Attributes

ptr_bcontainer prev
 
ptr_bcontainer next
 
size_t rank
 

Friends

std::ostream & operator<< (std::ostream &os, node const &d)
 

Detailed Description

Defines an entry node in the list of base containers.

This node keeps information about forward and backward connections and the rank associated to the node.


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