Home | History | Annotate | Download | only in MC

Lines Matching refs:InputAction

1 //===- InputAction.h ------------------------------------------------------===//
18 // Base InputAction
20 /** \class InputAction
21 * \brief InputAction is a command object to construct mcld::InputTree.
23 class InputAction {
25 explicit InputAction(unsigned int pPosition);
28 virtual ~InputAction();
34 bool operator<(const InputAction& pOther) const {
39 InputAction(); // DO_NOT_IMPLEMENT
40 InputAction(const InputAction&); // DO_NOT_IMPLEMENT
41 InputAction& operator=(const InputAction&); // DO_NOT_IMPLEMENT