#include <view_synch.h>
rcsc::View_Synchに対する継承グラフ
Public メソッド | |
View_Synch () | |
accessible from global. | |
bool | execute (PlayerAgent *agent) |
execute action | |
ViewAction * | clone () const |
create cloned object |
bool rcsc::View_Synch::execute | ( | PlayerAgent * | agent | ) | [virtual] |
execute action
agent | pointer to the agent itself |
rcsc::ViewActionを実装しています。
ViewAction* rcsc::View_Synch::clone | ( | ) | const [inline, virtual] |