FACT++
1.0
|
#include <ostream>
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
#include "tools.h"
#include "WindowLog.h"
#include "StateMachineImp.h"
#include "Console.h"
#include "Shell.h"
Go to the source code of this file.
Classes | |
class | LocalControl< T > |
Implements a local control for a StateMachine based on a Readline class. More... | |
class | LocalStream |
Derives the LocalControl from ConsoleStream. More... | |
class | LocalConsole |
Derives the LocalControl from Control and adds prompt. More... | |
class | LocalShell |
Derives the LocalControl from Shell and adds a colored prompt. More... | |