Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Node.h File Reference
#include <boost/any.hpp>
#include <boost/variant.hpp>
#include <map>
#include <memory>
#include <string>
#include <typeindex>
#include <vector>
Include dependency graph for Node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Pyston::NodeBase
 
class  Pyston::Node< T >
 
class  Pyston::Visitor
 

Namespaces

namespace  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 >