#include "stdafx.h"#include "./prerequisites.h"#include <ElmoLabs/scripting.h>#include <XiaoLabs/logging.h>#include <XiaoLabs/memory.h>#include <CoreLabs/sstream.h>#include <iostream>Functions | |
| cl7::string_type | get_input () |
| bool | handle_input (const cl7::string_type &input) |
| bool | execute (el7::scripting::RuntimeEnvironment &env, const cl7::string_type &input) |
| int | _tmain (int argc, _TCHAR *argv[]) |
Variables | |
| std::wistream & | cin = std::cin |
| std::wostream & | cout = std::cout |
| int _tmain | ( | int | argc, | |
| _TCHAR * | argv[] | |||
| ) |
| bool execute | ( | el7::scripting::RuntimeEnvironment & | env, | |
| const cl7::string_type & | input | |||
| ) |
| cl7::string_type get_input | ( | ) |
| bool handle_input | ( | const cl7::string_type & | input | ) |
1.7.1