|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include <boost/any.hpp>#include <boost/variant.hpp>#include <map>#include <memory>#include <string>#include <typeindex>#include <vector>

Go to the source code of this file.
Classes | |
| class | Pyston::NodeBase |
| class | Pyston::Node< T > |
| class | Pyston::Visitor |
Namespaces | |
| Pyston | |
Typedefs | |
| using | Pyston::Attribute = boost::variant< bool, int64_t, double > |
| using | Pyston::AttributeSet = std::map< std::string, Attribute > |
| using | Pyston::Value = boost::variant< bool, int64_t, double, AttributeSet > |
| using | Pyston::Arguments = std::vector< Value > |
| using | Pyston::Context = std::map< std::string, boost::any > |
1.8.5