|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
This is the complete list of members for gl::Property, including all inherited members.
| idx_t typedef | gl::Property | |
| label() const | gl::Property | inline |
| label(const std::string &label) | gl::Property | inline |
| label_ | gl::Property | private |
| numEdges() const | gl::Property | inline |
| numEdges(const idx_t &numEdges) | gl::Property | inline |
| numEdges_ | gl::Property | private |
| numEdgesDecrement(const idx_t &decrement=1) | gl::Property | inline |
| numEdgesIncrement(const idx_t &increment=1) | gl::Property | inline |
| numNodes() const | gl::Property | inline |
| numNodes(const idx_t &numNodes) | gl::Property | inline |
| numNodes_ | gl::Property | private |
| numNodesDecrement(const idx_t &decrement=1) | gl::Property | inline |
| numNodesIncrement(const idx_t &increment=1) | gl::Property | inline |
| operator!=(const Property &rhs) const | gl::Property | |
| operator=(const Property &)=default | gl::Property | |
| operator=(Property &&) noexcept=default | gl::Property | |
| operator==(const Property &rhs) const | gl::Property | |
| Property(const idx_t &numNodes=0, const std::string &label="Graph") | gl::Property | inline |
| Property(const Property &)=default | gl::Property | |
| Property(Property &&) noexcept=default | gl::Property | |
| ~Property()=default | gl::Property |