Home | History | Annotate | Download | only in MC

Lines Matching defs:InputAction

1 //===- InputAction.h ------------------------------------------------------===//
21 // Base InputAction
23 /** \class InputAction
24 * \brief InputAction is a command object to construct mcld::InputTree.
26 class InputAction
29 explicit InputAction(unsigned int pPosition);
32 virtual ~InputAction();
38 bool operator<(const InputAction& pOther) const
42 InputAction(); // DO_NOT_IMPLEMENT
43 InputAction(const InputAction& ); // DO_NOT_IMPLEMENT
44 InputAction& operator=(const InputAction& ); // DO_NOT_IMPLEMENT