GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
gl::Property Member List

This is the complete list of members for gl::Property, including all inherited members.

idx_t typedefgl::Property
label() const gl::Propertyinline
label(const std::string &label)gl::Propertyinline
label_gl::Propertyprivate
numEdges() const gl::Propertyinline
numEdges(const idx_t &numEdges)gl::Propertyinline
numEdges_gl::Propertyprivate
numEdgesDecrement(const idx_t &decrement=1)gl::Propertyinline
numEdgesIncrement(const idx_t &increment=1)gl::Propertyinline
numNodes() const gl::Propertyinline
numNodes(const idx_t &numNodes)gl::Propertyinline
numNodes_gl::Propertyprivate
numNodesDecrement(const idx_t &decrement=1)gl::Propertyinline
numNodesIncrement(const idx_t &increment=1)gl::Propertyinline
operator!=(const Property &rhs) const gl::Property
operator=(const Property &)=defaultgl::Property
operator=(Property &&) noexcept=defaultgl::Property
operator==(const Property &rhs) const gl::Property
Property(const idx_t &numNodes=0, const std::string &label="Graph")gl::Propertyinline
Property(const Property &)=defaultgl::Property
Property(Property &&) noexcept=defaultgl::Property
~Property()=defaultgl::Property