#include <iostream>#include <string>#include <map>#include "GNURegex.h"#include "Error.h"

Functions | |
| bool | break_includes (const string &s, string &err) |
| bool | break_types (const string &s, string &err) |
| void | usage (const string &prog) |
| int | main (int argc, char **argv) |
Variables | |
| multimap< string, string > | expressions |
| bool break_includes | ( | const string & | s, | |
| string & | err | |||
| ) |
| bool break_types | ( | const string & | s, | |
| string & | err | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
References break_includes(), break_types(), expressions, and usage().

| void usage | ( | const string & | prog | ) |
Referenced by main().
| multimap<string,string> expressions |
Referenced by break_includes(), break_types(), and main().
1.5.8