Refactor in progress for more modular terminal

This commit is contained in:
Keith Winstein
2011-01-27 18:56:50 -05:00
parent 82a18ce978
commit 5e0cc8c2b8
7 changed files with 99 additions and 89 deletions
+2
View File
@@ -2,6 +2,7 @@
#define TERMINALACTIONSTATE_HPP
#include <vector>
#include <string>
namespace Parser {
class Param;
@@ -12,6 +13,7 @@ namespace Parser {
namespace Terminal {
class ActionState {
private:
public: /* tmp */
std::string params;
std::vector<int> parsed_params;
bool parsed;