|
OpenADFortTk (basic)
|

Public Member Functions | |
| xlate_ST_TAB (xml::ostream &xos_, SYMTAB_IDX symtab_, PUXlationContext &ctxt_) | |
| void | operator() (UINT32 idx, ST *st) const |
Private Attributes | |
| xml::ostream & | xos |
| SYMTAB_IDX | symtab |
| PUXlationContext & | ctxt |
Definition at line 324 of file st2xaif.cxx.
| whirl2xaif::xlate_ST_TAB::xlate_ST_TAB | ( | xml::ostream & | xos_, |
| SYMTAB_IDX | symtab_, | ||
| PUXlationContext & | ctxt_ | ||
| ) | [inline] |
Definition at line 326 of file st2xaif.cxx.
| void whirl2xaif::xlate_ST_TAB::operator() | ( | UINT32 | idx, |
| ST * | st | ||
| ) | const [inline] |
Definition at line 331 of file st2xaif.cxx.
References ctxt, whirl2xaif::TranslateSTDecl(), and xos.

PUXlationContext& whirl2xaif::xlate_ST_TAB::ctxt [private] |
Definition at line 339 of file st2xaif.cxx.
Referenced by operator()().
SYMTAB_IDX whirl2xaif::xlate_ST_TAB::symtab [private] |
Definition at line 338 of file st2xaif.cxx.
xml::ostream& whirl2xaif::xlate_ST_TAB::xos [private] |
Definition at line 337 of file st2xaif.cxx.
Referenced by operator()().