|
OpenADFortTk (basic)
|

Public Member Functions | |
| CollectModVars_ST_TAB (std::map< std::string, ST * > *modSymNmMap_, std::set< ST * > *modSymDup_) | |
| void | operator() (UINT32 idx, ST *st) const |
Private Attributes | |
| std::map< std::string, ST * > * | modSymNmMap |
| std::set< ST * > * | modSymDup |
Definition at line 641 of file OAMaps.cxx.
| fortTkSupport::CollectModVars_ST_TAB::CollectModVars_ST_TAB | ( | std::map< std::string, ST * > * | modSymNmMap_, |
| std::set< ST * > * | modSymDup_ | ||
| ) | [inline] |
Definition at line 643 of file OAMaps.cxx.
| void fortTkSupport::CollectModVars_ST_TAB::operator() | ( | UINT32 | idx, |
| ST * | st | ||
| ) | const [inline] |
Definition at line 649 of file OAMaps.cxx.
References modSymDup, and modSymNmMap.
std::set<ST*>* fortTkSupport::CollectModVars_ST_TAB::modSymDup [private] |
Definition at line 665 of file OAMaps.cxx.
Referenced by operator()().
std::map<std::string, ST*>* fortTkSupport::CollectModVars_ST_TAB::modSymNmMap [private] |
Definition at line 664 of file OAMaps.cxx.
Referenced by operator()().