upd: ready to lex the command
This commit is contained in:
@ -5,13 +5,14 @@
|
||||
#include <vector>
|
||||
|
||||
#include "database.h"
|
||||
#include "lexer.h"
|
||||
class BookStoreEngineClass {
|
||||
std::string config_dir;
|
||||
UserDataBase user_data_base;
|
||||
|
||||
bool is_server;
|
||||
public:
|
||||
BookStoreEngineClass() = delete;
|
||||
BookStoreEngineClass(std::string __config_dir);
|
||||
BookStoreEngineClass(std::string __config_dir, bool __is_server);
|
||||
std::vector<std::string> Execute(const std::string &cmd,
|
||||
std::stack<std::string> &login_stack);
|
||||
};
|
||||
|
Reference in New Issue
Block a user