Defines a connection between base containers (ordering pointer). More...
Public Member Functions | |
| ptr_bcontainer (rmi_handle::reference h, location_type l, size_t i) | |
| ptr_bcontainer (p_object &p, location_type l, size_t i) | |
| bool | operator== (ptr_bcontainer const &other) const |
| bool | operator!= (ptr_bcontainer const &other) const |
Public Attributes | |
| affinity_tag | affinity |
| rmi_handle::reference | handle |
| location_type | location |
| size_t | id |
Friends | |
| std::ostream & | operator<< (std::ostream &os, ptr_bcontainer const &d) |
Defines a connection between base containers (ordering pointer).
A connection is modeled as a pointer, composed of a location where the pointed element is located and a local id to identify the local component inside the location.
1.8.13