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) |
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.