#include <lgraph.h>
Public Member Functions | |
| lgraph () | |
| lgraph (istream &ins) | |
| void | fromSQL (const string &query) |
| void | dfs () |
| void | dfsvisit (const int u) |
| void | show () |
| vector< string > | articulation () |
Private Attributes | |
| int | time |
| vector< vertexinfo > | vertices |
| vector< list< int > > | adjl |
| lgraph::lgraph | ( | ) | [inline] |
| void lgraph::dfs | ( | ) |
int lgraph::time [private] |
vector<vertexinfo> lgraph::vertices [private] |
Referenced by articulation(), dfs(), dfsvisit(), fromSQL(), lgraph(), and show().
vector<list<int> > lgraph::adjl [private] |
Referenced by dfsvisit(), fromSQL(), lgraph(), and show().
1.5.6