SimGrid
3.21
Versatile Simulation of Distributed Systems
|
This is the complete list of members for simgrid::kernel::routing::DijkstraZone, including all inherited members.
add_bypass_route(NetPoint *src, NetPoint *dst, NetPoint *gw_src, NetPoint *gw_dst, std::vector< resource::LinkImpl *> &link_list, bool symmetrical) | simgrid::kernel::routing::NetZoneImpl | virtual |
add_component(kernel::routing::NetPoint *elm) | simgrid::kernel::routing::NetZoneImpl | virtual |
add_route(NetPoint *src, NetPoint *dst, NetPoint *gw_src, NetPoint *gw_dst, std::vector< resource::LinkImpl *> &link_list, bool symmetrical) override | simgrid::kernel::routing::DijkstraZone | |
simgrid::kernel::routing::RoutedZone::add_route(kernel::routing::NetPoint *src, kernel::routing::NetPoint *dst, kernel::routing::NetPoint *gw_src, kernel::routing::NetPoint *gw_dst, std::vector< kernel::resource::LinkImpl *> &link_list, bool symmetrical) | simgrid::kernel::routing::NetZoneImpl | virtual |
add_route_check_params(NetPoint *src, NetPoint *dst, NetPoint *gw_src, NetPoint *gw_dst, std::vector< resource::LinkImpl *> &link_list, bool symmetrical) | simgrid::kernel::routing::RoutedZone | protected |
addRouteCheckParams(NetPoint *src, NetPoint *dst, NetPoint *gw_src, NetPoint *gw_dst, std::vector< resource::LinkImpl *> &link_list, bool symmetrical) | simgrid::kernel::routing::RoutedZone | inlineprotected |
cached_ | simgrid::kernel::routing::DijkstraZone | |
create_host(const char *name, std::vector< double > *speed_per_pstate, int core_count, std::map< std::string, std::string > *props) | simgrid::kernel::routing::NetZoneImpl | |
DijkstraZone(NetZoneImpl *father, std::string name, resource::NetworkModel *netmodel, bool cached) | simgrid::kernel::routing::DijkstraZone | |
get_all_hosts() | simgrid::kernel::routing::NetZoneImpl | |
get_bypass_route(routing::NetPoint *src, routing::NetPoint *dst, std::vector< resource::LinkImpl *> &links, double *latency) | simgrid::kernel::routing::NetZoneImpl | protected |
get_children() | simgrid::kernel::routing::NetZoneImpl | |
get_cname() const | simgrid::kernel::routing::NetZoneImpl | |
get_father() | simgrid::kernel::routing::NetZoneImpl | |
get_global_route(routing::NetPoint *src, routing::NetPoint *dst, std::vector< resource::LinkImpl *> &links, double *latency) | simgrid::kernel::routing::NetZoneImpl | static |
get_graph(xbt_graph_t graph, std::map< std::string, xbt_node_t > *nodes, std::map< std::string, xbt_edge_t > *edges) override | simgrid::kernel::routing::RoutedZone | virtual |
get_host_count() | simgrid::kernel::routing::NetZoneImpl | |
get_iface() | simgrid::kernel::routing::NetZoneImpl | inline |
get_local_route(NetPoint *src, NetPoint *dst, RouteCreationArgs *route, double *lat) override | simgrid::kernel::routing::DijkstraZone | virtual |
get_name() const | simgrid::kernel::routing::NetZoneImpl | inline |
get_route_check_params(NetPoint *src, NetPoint *dst) | simgrid::kernel::routing::RoutedZone | protected |
get_table_size() | simgrid::kernel::routing::NetZoneImpl | inline |
get_vertices() | simgrid::kernel::routing::NetZoneImpl | inline |
getRouteCheckParams(NetPoint *src, NetPoint *dst) | simgrid::kernel::routing::RoutedZone | inlineprotected |
graph_node_map_ | simgrid::kernel::routing::DijkstraZone | |
hierarchy_ | simgrid::kernel::routing::NetZoneImpl | |
network_model_ | simgrid::kernel::routing::NetZoneImpl | |
NetZoneImpl(NetZoneImpl *father, std::string name, resource::NetworkModel *network_model) | simgrid::kernel::routing::NetZoneImpl | explicitprotected |
new_extended_route(RoutingMode hierarchy, NetPoint *src, NetPoint *dst, NetPoint *gw_src, NetPoint *gw_dst, std::vector< resource::LinkImpl *> &link_list, bool symmetrical, bool change_order) | simgrid::kernel::routing::RoutedZone | protectedvirtual |
newExtendedRoute(RoutingMode hierarchy, NetPoint *src, NetPoint *dst, NetPoint *gw_src, NetPoint *gw_dst, std::vector< resource::LinkImpl *> &link_list, bool symmetrical, bool change_order) | simgrid::kernel::routing::RoutedZone | inlineprotectedvirtual |
route_cache_ | simgrid::kernel::routing::DijkstraZone | |
route_graph_ | simgrid::kernel::routing::DijkstraZone | |
RoutedZone(NetZoneImpl *father, std::string name, resource::NetworkModel *netmodel) | simgrid::kernel::routing::RoutedZone | explicit |
RoutingMode enum name | simgrid::kernel::routing::NetZoneImpl | |
seal() override | simgrid::kernel::routing::DijkstraZone | virtual |
~DijkstraZone() override | simgrid::kernel::routing::DijkstraZone | |
~NetZoneImpl() | simgrid::kernel::routing::NetZoneImpl | protectedvirtual |