Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

ReadGraph Class Reference

#include <readgraph.h>

List of all members.

Public Methods

void printHelp ()
bool openGraph (string)
void parseGraph ()

Private Attributes

graph< string > g
vector< set< string > > vectSet
ifstream fin


Member Function Documentation

bool ReadGraph::openGraph string   
 

Definition at line 72 of file readgraph.cpp.

References fin.

Referenced by main().

void ReadGraph::parseGraph  
 

Definition at line 9 of file readgraph.cpp.

References fin, g, and vectSet.

Referenced by main().

void ReadGraph::printHelp  
 

Definition at line 90 of file readgraph.cpp.

Referenced by main().


Member Data Documentation

ifstream ReadGraph::fin [private]
 

Definition at line 24 of file readgraph.h.

Referenced by openGraph(), and parseGraph().

graph<string> ReadGraph::g [private]
 

Definition at line 22 of file readgraph.h.

Referenced by parseGraph().

vector<set<string> > ReadGraph::vectSet [private]
 

Definition at line 23 of file readgraph.h.

Referenced by parseGraph().


The documentation for this class was generated from the following files:
Generated on Tue May 6 03:57:18 2003 for strong by doxygen1.3-rc1