#include <Strategy.hh>
Collaboration diagram for StrategyImp:

Public Member Functions | |
| StrategyImp (StrategyNode tag) | |
| ~StrategyImp () | |
Private Attributes | |
| unsigned int | pointers |
| StrategyNode | zetag |
| vector< Strategy > | nodes |
Friends | |
| class | Strategy |
Definition at line 34 of file Strategy.hh.
| StrategyImp::StrategyImp | ( | StrategyNode | tag | ) |
| StrategyImp::~StrategyImp | ( | ) |
Definition at line 34 of file Strategy.cc.
friend class Strategy [friend] |
Definition at line 35 of file Strategy.hh.
unsigned int StrategyImp::pointers [private] |
Definition at line 37 of file Strategy.hh.
Referenced by Strategy::operator=(), Strategy::Strategy(), StrategyImp(), and Strategy::~Strategy().
StrategyNode StrategyImp::zetag [private] |
vector<Strategy> StrategyImp::nodes [private] |
Definition at line 39 of file Strategy.hh.
Referenced by Strategy::attach(), Strategy::degree(), and Strategy::getChild().
1.5.2