#include <dlist.h>
Public Methods | |
CDListCmdBlock () | |
~CDListCmdBlock () | |
template<class CmdType> bool | CanFit (CmdType cmd) |
template<class CmdType> void | operator+= (CmdType cmd) |
CDListCmd * | GetFirstCmd () |
void | SetNextBlock (CDListCmdBlock *next) |
CDListCmdBlock * | GetNextBlock () const |
|
|
|
|
|
Definition at line 95 of file dlist.h. Referenced by CDList::operator+=().
|
|
Definition at line 107 of file dlist.h. Referenced by CDList::Play(), and CNextBlockCmd::Play().
|
|
|
|
Definition at line 109 of file dlist.h. Referenced by CDList::operator+=().
|
|
|