Class Graph
- Defined in File graph.h 
Class Documentation
- 
class Graph
- Public Functions - 
Graph()
- Constructor of graph. 
 - Constructor of graph. - 参数
- graph_data – [in] define the graph_data of graph. 
 
 - Constructor of graph. - 参数
- graph_data – [in] define the graph_data of graph. 
 
 - 
explicit Graph(std::nullptr_t)
- Constructor of Kernel. 
 - 
~Graph()
- Destructor of graph. 
 - 
bool operator==(std::nullptr_t) const
- Operator equal. 
 - 
bool operator!=(std::nullptr_t) const
- Operator not equal. 
 
- 
Graph()