#include <allowed_sets.h>
Collaboration diagram for DALT_Client::AllowedSets:
Public Methods | |
AllowedSets () | |
constructor; does nothing. More... | |
~AllowedSets () | |
destructor; does nothing. More... | |
void | addPair (Pair &p) |
adds a pair to the sets vector. More... | |
bool | canPerform (Entity *originator, Entity *target) |
tests whether the originator can perform an action on the target. More... | |
Public Attributes | |
vector<Pair> | sets |
all the pair sets. More... |
Definition at line 36 of file allowed_sets.h.
|
constructor; does nothing.
|
|
destructor; does nothing.
|
|
adds a pair to the sets vector.
|
|
tests whether the originator can perform an action on the target.
|
|
all the pair sets.
Definition at line 46 of file allowed_sets.h. |