|
Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
This is the complete list of members for graphar::VertexIter, including all inherited members.
| hasLabel(const std::string &label) noexcept | graphar::VertexIter | |
| id() | graphar::VertexIter | inline |
| label() noexcept | graphar::VertexIter | |
| operator!=(const VertexIter &rhs) const noexcept | graphar::VertexIter | inline |
| operator*() noexcept | graphar::VertexIter | inline |
| operator+(IdType offset) | graphar::VertexIter | inline |
| operator++() noexcept | graphar::VertexIter | inline |
| operator++(int) | graphar::VertexIter | inline |
| operator+=(IdType offset) | graphar::VertexIter | inline |
| operator==(const VertexIter &rhs) const noexcept | graphar::VertexIter | inline |
| property(const std::string &property) noexcept | graphar::VertexIter | inline |
| VertexIter(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, IdType offset, const std::vector< std::string > &labels, const bool &is_filtered=false, const std::vector< IdType > &filtered_ids={}) noexcept | graphar::VertexIter | inlineexplicit |
| VertexIter(const VertexIter &other) | graphar::VertexIter | inline |