#include <libgdiagnostics++.h>
◆ graph() [1/5]
libgdiagnostics::graph::graph |
( |
| ) |
|
|
inline |
◆ graph() [2/5]
◆ graph() [3/5]
◆ graph() [4/5]
libgdiagnostics::graph::graph |
( |
const graph & | other | ) |
|
|
delete |
◆ graph() [5/5]
libgdiagnostics::graph::graph |
( |
graph && | other | ) |
|
|
inline |
◆ ~graph()
libgdiagnostics::graph::~graph |
( |
| ) |
|
|
inline |
◆ add_edge() [1/2]
edge graph::add_edge |
( |
const char * | id, |
|
|
node | src_node, |
|
|
node | dst_node, |
|
|
const char * | label ) |
|
inline |
◆ add_edge() [2/2]
◆ get_edge_by_id()
edge graph::get_edge_by_id |
( |
const char * | id | ) |
const |
|
inline |
◆ get_node_by_id()
node graph::get_node_by_id |
( |
const char * | id | ) |
const |
|
inline |
◆ operator=() [1/2]
graph & libgdiagnostics::graph::operator= |
( |
const graph & | other | ) |
|
|
delete |
◆ operator=() [2/2]
graph & libgdiagnostics::graph::operator= |
( |
graph && | other | ) |
|
|
inline |
◆ set_description() [1/2]
void graph::set_description |
( |
const char * | desc | ) |
|
|
inline |
◆ set_description() [2/2]
◆ m_inner
Referenced by add_edge(), add_edge(), get_edge_by_id(), get_node_by_id(), graph(), graph(), graph(), graph(), operator=(), set_description(), set_description(), and ~graph().
◆ m_owned
bool libgdiagnostics::graph::m_owned |
The documentation for this class was generated from the following file: