Wrapper property around user specified property to maintain predecessors information.
More...
|
| preds_property (UserProperty const &p) |
| Create a preds property based on the given user property.
|
|
| preds_property (preds_property const &other) |
|
predlist_type & | predecessors (void) |
| Return the predecessors of this vertex.
|
|
predlist_type const & | predecessors (void) const |
| Return the predecessors of this vertex.
|
|
UserProperty & | user_property (void) |
| Return the user property of this vertex.
|
|
UserProperty const & | user_property (void) const |
| Return the user property of this vertex.
|
|
|
typedef std::vector< VD > | predlist_type |
|
typedef UserProperty | user_property_type |
|
template<class VD, class UserProperty>
class stapl::sequential::preds_property< VD, UserProperty >
Wrapper property around user specified property to maintain predecessors information.
- Template Parameters
-
VD | The type of the vertex descriptor. |
UserProperty | The type of the user vertex property. |
The documentation for this class was generated from the following file: