graph  5.0.5
Graph: generic attributed relational graphs
Graph Member List

This is the complete list of members for Graph, including all inherited members.

_factoryGraphprotected
addDirectedEdge(Vertex *vertex1, Vertex *vertex2, std::string s)Graph
addEdge(Vertex *vertex1, Vertex *vertex2, std::string s="")Graphinline
addUndirectedEdge(Vertex *vertex1, Vertex *vertex2, std::string s)Graph
addVertex(const std::string &s="")Graph
begin()Graphinline
begin() constGraphinline
check(const carto::SyntaxSet &syntax, std::set< std::string > &missing) constGraphvirtual
clear()Graph
cloneVertex(const Vertex *vertex)Graph
const_iterator typedefGraph
const_reference typedefGraph
const_reverse_iterator typedefGraph
ContentType typedefcarto::SyntaxedObject< T >
edges() constGraphinline
edges(const Vertex *vertex1, const Vertex *vertex2) constGraph
edgesSize() constGraph
end()Graphinline
end() constGraphinline
ESet typedefGraph
extract(Graph &graph, InputIterator iv1, InputIterator iv2)Graphinline
FactoryPtr typedefGraph
getEdgesWith(const std::string &s) constGraph
getEdgesWith(const std::string &s, const T &t) constGraphinline
getVerticesWith(const std::string &s) constGraph
getVerticesWith(const std::string &s, const T &t) constGraphinline
Graph(const std::string &s="")Graph
Graph(const FactoryPtr factory, const std::string &s="")Graph
GraphObject(const std::string &s)GraphObjectprotected
GraphObject(const GraphObject &x)GraphObjectprotected
hasEdge(const Edge *edge) constGraph
hasVertex(const Vertex *vertex) constGraph
isDirected() constGraphvirtual
isUndirected() constGraphvirtual
iterator typedefGraph
order() constGraph
pointer typedefGraph
randomVertex() constGraph
rbegin()Graphinline
rbegin() constGraphinline
reference typedefGraph
removeEdge(Edge *edge)Graph
removeVertex(Vertex *vertex)Graph
rend()Graphinline
rend() constGraphinline
reverse_iterator typedefGraph
size() const __attribute__((__deprecated__("use edgeSize() for " "the number of edges. In a future releaseGraph
size() will return the " "number properties as it does in GenericObject"))) Graph
SyntaxedObject(const std::string &s)carto::SyntaxedObject< T >
SyntaxedObject(const SyntaxedObject &x)carto::SyntaxedObject< T >
SyntaxedObject(const SyntaxedObject< PropertySet > &x)carto::SyntaxedObject< T >
value_type typedefGraph
vertices() constGraphinline
VSet typedefGraph
~Graph()Graphvirtual
~GraphObject()GraphObjectvirtual