#include <math.h>
#include <iostream>
#include <string>
#include <vector>
#include <stdexcept>
#include <boost/algorithm/string/trim.hpp>
Include dependency graph for vm.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | boost::algorithm |
Classes | |
| class | SVMException |
| Exception definition. More... | |
| class | SCalculator |
| Virtual machine wrapper. More... | |
Functions | |
| int | main (int argc, char **argv) |
Definition in file vm.cpp.
1.4.4