|
OpenADFortTk (basic)
|

Classes | |
| struct | InitEntry |
Public Types | |
| typedef WN *(* | Handler )(sexp_t *) |
| typedef whirl2sexp::status(* | Handler )(sexp::ostream &, WN *) |
Public Member Functions | |
| WNXlationTable () | |
| ~WNXlationTable () | |
| Handler | operator[] (OPERATOR opr) const |
| Handler | Find (OPERATOR opr) const |
| void | Dump (std::ostream &os=std::cerr) const |
| void | DDump () const |
| WNXlationTable () | |
| ~WNXlationTable () | |
| Handler | operator[] (OPERATOR opr) const |
| Handler | Find (OPERATOR opr) const |
| void | Dump (std::ostream &os=std::cerr) const |
| void | DDump () const |
Private Member Functions | |
| WNXlationTable (const WNXlationTable &x) | |
| WNXlationTable & | operator= (const WNXlationTable &x) |
| WNXlationTable (const WNXlationTable &x) | |
| WNXlationTable & | operator= (const WNXlationTable &x) |
Static Private Attributes | |
| static bool | initialized = false |
| static Handler | table [] |
| static unsigned int | tableSz = TABLE_SZ |
| static InitEntry | initTable [] |
| static unsigned int | initTableSz = INIT_TABLE_SZ |
| typedef WN*(* WNXlationTable::Handler)(sexp_t *) |
| typedef whirl2sexp::status(* WNXlationTable::Handler)(sexp::ostream &, WN *) |
Definition at line 1378 of file sexp2wn.cxx.
References sexp2whirl::xlate_unknown().

Definition at line 1393 of file sexp2wn.cxx.
| WNXlationTable::WNXlationTable | ( | const WNXlationTable & | x | ) | [inline, private] |
| WNXlationTable::WNXlationTable | ( | const WNXlationTable & | x | ) | [inline, private] |
| void WNXlationTable::DDump | ( | ) | const |
| void WNXlationTable::DDump | ( | ) | const |
| void WNXlationTable::Dump | ( | std::ostream & | os = std::cerr | ) | const |
| void WNXlationTable::Dump | ( | std::ostream & | os = std::cerr | ) | const |
| Handler WNXlationTable::Find | ( | OPERATOR | opr | ) | const [inline] |
| Handler WNXlationTable::Find | ( | OPERATOR | opr | ) | const [inline] |
| WNXlationTable& WNXlationTable::operator= | ( | const WNXlationTable & | x | ) | [inline, private] |
| WNXlationTable& WNXlationTable::operator= | ( | const WNXlationTable & | x | ) | [inline, private] |
| Handler WNXlationTable::operator[] | ( | OPERATOR | opr | ) | const [inline] |
| Handler WNXlationTable::operator[] | ( | OPERATOR | opr | ) | const [inline] |
static bool WNXlationTable::initialized = false [static, private] |
static InitEntry WNXlationTable::initTable [static, private] |
static unsigned int WNXlationTable::initTableSz = INIT_TABLE_SZ [static, private] |
static Handler WNXlationTable::table [static, private] |
static unsigned int WNXlationTable::tableSz = TABLE_SZ [static, private] |