|
OpenADFortTk (basic)
|
#include <symtab2sexp.h>

Public Member Functions | |
| xlate_SYMTAB_entry_op (sexp::ostream &sos_) | |
| ~xlate_SYMTAB_entry_op () | |
| void | operator() (UINT32 idx, T *entry) const |
Private Attributes | |
| sexp::ostream & | sos |
| UINT32 | tblsz |
Definition at line 144 of file symtab2sexp.h.
| whirl2sexp::xlate_SYMTAB_entry_op< T >::xlate_SYMTAB_entry_op | ( | sexp::ostream & | sos_ | ) | [inline] |
Definition at line 146 of file symtab2sexp.h.
| whirl2sexp::xlate_SYMTAB_entry_op< T >::~xlate_SYMTAB_entry_op | ( | ) | [inline] |
Definition at line 147 of file symtab2sexp.h.
| void whirl2sexp::xlate_SYMTAB_entry_op< T >::operator() | ( | UINT32 | idx, |
| T * | entry | ||
| ) | const [inline] |
Definition at line 149 of file symtab2sexp.h.
References sexp::EndLine(), whirl2sexp::xlate_SYMTAB_entry_op< T >::sos, and whirl2sexp::xlate_SYMTAB_entry().

sexp::ostream& whirl2sexp::xlate_SYMTAB_entry_op< T >::sos [private] |
Definition at line 155 of file symtab2sexp.h.
Referenced by whirl2sexp::xlate_SYMTAB_entry_op< T >::operator()().
UINT32 whirl2sexp::xlate_SYMTAB_entry_op< T >::tblsz [private] |
Definition at line 156 of file symtab2sexp.h.