
Public Member Functions | |
| NUM_ST_REFS (OPERATOR opr, ST *st) | |
| INT | num_nodes () const |
| void | operator() (WN *wn) |
Private Attributes | |
| const OPERATOR | _opr |
| ST *const | _st |
| INT | _num_nodes |
Definition at line 79 of file w2cf_translator.cxx.
Definition at line 86 of file w2cf_translator.cxx.
| INT NUM_ST_REFS::num_nodes | ( | ) | const [inline] |
Definition at line 87 of file w2cf_translator.cxx.
References _num_nodes.
| void NUM_ST_REFS::operator() | ( | WN * | wn | ) | [inline] |
Definition at line 89 of file w2cf_translator.cxx.
References _num_nodes, _opr, _st, WN_operator(), and WN_st().

INT NUM_ST_REFS::_num_nodes [private] |
Definition at line 84 of file w2cf_translator.cxx.
Referenced by num_nodes(), and operator()().
const OPERATOR NUM_ST_REFS::_opr [private] |
Definition at line 82 of file w2cf_translator.cxx.
Referenced by operator()().
ST* const NUM_ST_REFS::_st [private] |
Definition at line 83 of file w2cf_translator.cxx.
Referenced by operator()().
1.7.1