#include <soccer_condition.h>
rcsc::Conditionに対する継承グラフ
Public メソッド | |
virtual | ~Condition () |
nothing to do, but should be virtual. | |
virtual bool | operator() (const PlayerAgent *agent) const=0 |
get the value of this condition. | |
Protected メソッド | |
Condition () | |
nothing to do. but accessible only from derived classes. |
virtual bool rcsc::Condition::operator() | ( | const PlayerAgent * | agent | ) | const [pure virtual] |
get the value of this condition.
rcsc::AndCondition・rcsc::OrConditionで実装されています。