#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <boost/algorithm/string/trim.hpp>
#include "fsm.h"
#include "MachineGrammar.h"
Include dependency graph for main.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | boost |
| namespace | boost::algorithm |
| namespace | FSM |
Functions | |
| bool | IsCinGood (void) |
| Checks whether the standard input stream is OK. | |
| int | main (int argc, char **argv) |
Definition in file main.cpp.
|
|
Checks whether the standard input stream is OK.
Definition at line 41 of file main.cpp. Referenced by main(). |
1.4.4