#include <convcomlibmanager.h>
Collaboration diagram for ConvComlibManager:

Public Member Functions | |
| ConvComlibManager () | |
| void | setInitialized () |
| CmiBool | getInitialized () |
| void | insertStrategy (Strategy *s) |
| void | insertStrategy (Strategy *s, int loc) |
| Strategy * | getStrategy (int loc) |
| StrategyTable * | getStrategyTable () |
Data Fields | |
| int | nstrats |
Private Attributes | |
| StrategyTable | strategyTable |
| CmiBool | init_flag |
Definition at line 20 of file convcomlibmanager.h.
| ConvComlibManager::ConvComlibManager | ( | ) |
| void ConvComlibManager::setInitialized | ( | ) | [inline] |
| CmiBool ConvComlibManager::getInitialized | ( | ) | [inline] |
| void ConvComlibManager::insertStrategy | ( | Strategy * | s | ) |
Definition at line 38 of file convcomlibmanager.C.
References nstrats, s, StrategyTableEntry::strategy, and strategyTable.
Definition at line 60 of file convcomlibmanager.C.
References s, StrategyTableEntry::strategy, and strategyTable.
| StrategyTable* ConvComlibManager::getStrategyTable | ( | ) | [inline] |
Definition at line 22 of file convcomlibmanager.h.
Referenced by getStrategy(), getStrategyTable(), and insertStrategy().
CmiBool ConvComlibManager::init_flag [private] |
Definition at line 23 of file convcomlibmanager.h.
Referenced by ConvComlibManager(), getInitialized(), and setInitialized().
Definition at line 26 of file convcomlibmanager.h.
Referenced by ConvComlibManager(), and insertStrategy().
1.5.1