lgraph Class Reference

#include <lgraph.h>

List of all members.

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< vertexinfovertices
vector< list< int > > adjl


Constructor & Destructor Documentation

lgraph::lgraph (  )  [inline]

lgraph::lgraph ( istream ins  ) 

References adjl, and vertices.


Member Function Documentation

void lgraph::fromSQL ( const string &  query  ) 

References adjl, and vertices.

Referenced by main().

void lgraph::dfs (  ) 

References dfsvisit(), and vertices.

Referenced by main().

void lgraph::dfsvisit ( const int  u  ) 

References adjl, and vertices.

Referenced by dfs().

void lgraph::show (  ) 

References adjl, and vertices.

vector< string > lgraph::articulation (  ) 

References vertices.

Referenced by main().


Member Data Documentation

int lgraph::time [private]

vector<vertexinfo> lgraph::vertices [private]

vector<list<int> > lgraph::adjl [private]

Referenced by dfsvisit(), fromSQL(), lgraph(), and show().


The documentation for this class was generated from the following files:

Generated on Wed Aug 10 11:57:12 2011 for Softwares from Orpara by  doxygen 1.5.6