#include <FileStr.hpp>
Public Member Functions | |
| StrReader (char *) | |
| ~StrReader () | |
| void | BaseRead () |
| void | BaseParse () |
Public Attributes | |
| node_map< GLab > | gnl |
| edge_map< bool > | gel |
| graph | g |
| string | s |
Protected Member Functions | |
| void | Init () |
| void | SizeRead () |
| void | GraphsRead () |
| void | GraphRead () |
| void | UndirectedTransform () |
| bool | IsUndirected () |
Protected Attributes | |
| char * | namefile |
| ifstream * | rf |
| int | size |
| int | nl |
| int | ncount |
|
|
constructor |
|
|
destructor |
|
|
base parse |
|
|
base read |
|
|
graph read |
|
|
graphs read |
|
|
base init |
|
|
is undirected |
|
|
size read |
|
|
undirected transform |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3