FNSS C++ library
C++ API for the Fast Network Simulation Setup (FNSS) toolchain
|
This is the complete list of members for fnss::Topology, including all inherited members.
addEdge(const std::string &id1, const std::string &id2, const Edge &edge) | fnss::Topology | |
addEdge(const std::pair< std::string, std::string > &nodes_, const Edge &edge) | fnss::Topology | |
addEdge(const Pair< std::string, std::string > &nodes_, const Edge &edge) | fnss::Topology | |
addNode(const std::string &id, const Node &node) | fnss::Topology | |
addProperties(const PropertyContainer &other) | fnss::PropertyContainer | |
edgeCount() const | fnss::Topology | |
getAllEdges() const | fnss::Topology | |
getAllNodes() const | fnss::Topology | |
getAllProperties() const | fnss::PropertyContainer | |
getEdge(const std::string &id1, const std::string &id2) const | fnss::Topology | |
getEdge(const std::pair< std::string, std::string > &nodes_) const | fnss::Topology | |
getEdge(const Pair< std::string, std::string > &nodes_) const | fnss::Topology | |
getNode(const std::string &id) const | fnss::Topology | |
getProperty(const std::string &name) const | fnss::PropertyContainer | |
hasEdge(const std::string &id1, const std::string &id2) const | fnss::Topology | |
hasEdge(const std::pair< std::string, std::string > &nodes_) const | fnss::Topology | |
hasEdge(const Pair< std::string, std::string > &nodes_) const | fnss::Topology | |
hasNode(const std::string &id) const | fnss::Topology | |
hasProperty(const std::string &name) const | fnss::PropertyContainer | |
isDirected() const | fnss::Topology | |
nodeCount() const | fnss::Topology | |
removeEdge(const std::string &id1, const std::string &id2) | fnss::Topology | |
removeEdge(const std::pair< std::string, std::string > &nodes_) | fnss::Topology | |
removeEdge(const Pair< std::string, std::string > &nodes_) | fnss::Topology | |
removeNode(const std::string &id, bool pruneEdges=true) | fnss::Topology | |
removeProperty(const std::string &name) | fnss::PropertyContainer | |
setProperty(const std::string &name, const std::string &value="") | fnss::PropertyContainer | |
Topology(bool directed=false) | fnss::Topology |