Rev 65 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 65 | Rev 69 | ||
|---|---|---|---|
| Line 104... | Line 104... | ||
| 104 | bool search_for_key_end( std::istream& in, |
104 | bool search_for_key_end( std::istream& in, |
| 105 | const char* key); |
105 | const char* key); |
| 106 | /// not tested and NOT used anywhere!
|
106 | /// not tested and NOT used anywhere!
|
| 107 | bool search_for_key_beginning( std::istream& in, |
107 | bool search_for_key_beginning( std::istream& in, |
| 108 | const char* key ); |
108 | const char* key ); |
| - | 109 | /// string manipulation accounting
|
|
| 109 | bool eat_key( std::iostream& in, const char* key ); |
110 | bool eat_key( std::iostream& in, const char* key ); |
| 110 | /// find this vertex in the map of vertices
|
111 | /// find this vertex in the map of vertices
|
| 111 | int find_in_map( const std::map<GenVertex*,int>& m, |
112 | int find_in_map( const std::map<GenVertex*,int>& m, |
| 112 | GenVertex* v) const; |
113 | GenVertex* v) const; |
| 113 | 114 | ||