Accessor for the property on vertices of a graph providing read-only access.
More...
|
|
bool | is_null () const |
| |
|
| const_property_accessor (null_reference const &) |
| |
|
| const_property_accessor (const_property_accessor const &other) |
| |
|
| const_property_accessor (container_type const *container, index_type const &index) |
| |
|
value_type | read () const |
| |
|
value_type | ref () const |
| |
|
template<typename F > |
| F::result_type | apply_get (F const &f) const |
| |
|
|
typedef Container | container_type |
| |
|
typedef container_traits< Container >::gid_type | index_type |
| |
|
typedef const container_traits< Container >::value_type::property_type | value_type |
| |
|
|
container_type const * | m_container |
| |
|
index_type | m_index |
| |
|
|
template<typename Derived , typename A , typename C , typename D > |
| class | iterator_facade |
| |
|
class | accessor_core_access |
| |
template<typename Container>
class stapl::const_property_accessor< Container >
Accessor for the property on vertices of a graph providing read-only access.
- Template Parameters
-
| Container | Type of the pGraph container. |
The documentation for this class was generated from the following file:
- const_property_accessor.hpp