|
Frog
|
#include "frog/mbma_rule.h"#include <string>#include <vector>#include <iostream>#include "ticcutils/StringOps.h"#include "ticcutils/PrettyPrint.h"#include "ticcutils/Unicode.h"#include "libfolia/folia.h"#include "frog/mbma_brackets.h"
Macros | |
| #define | LOG *TiCC::Log(myLog) |
| #define | DBG *TiCC::Log(dbgLog) |
Functions | |
| ostream & | operator<< (ostream &os, const RulePart &r) |
| ostream & | operator<< (ostream &os, const RulePart *r) |
| ostream & | operator<< (ostream &os, const Rule &r) |
| ostream & | operator<< (ostream &os, const Rule *r) |
| #define DBG *TiCC::Log(dbgLog) |
| #define LOG *TiCC::Log(myLog) |
| ostream& operator<< | ( | ostream & | os, |
| const Rule & | r | ||
| ) |
| ostream& operator<< | ( | ostream & | os, |
| const Rule * | r | ||
| ) |
| ostream& operator<< | ( | ostream & | os, |
| const RulePart & | r | ||
| ) |
| ostream& operator<< | ( | ostream & | os, |
| const RulePart * | r | ||
| ) |
1.8.17