#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 91 of file dlist.h. Referenced by CDList::operator+=().
|
|
Definition at line 103 of file dlist.h. Referenced by CDList::Play(), and CNextBlockCmd::Play().
|
|
|
|
Definition at line 105 of file dlist.h. Referenced by CDList::operator+=().
|
|
|