Minsky
operationType.h File Reference
#include <factory.h>
#include <string>
#include <ostream>
#include "operationType.cd"
#include "operationType.xcd"
Include dependency graph for operationType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  minsky::OperationType
 
class  minsky::OperationFactory< Base, T, N >
 factory class template, for creating objects of type T<O>. N is the maximum value of O More...
 
struct  minsky::OperationFactory< Base, T, N >::CreatorBase
 
struct  minsky::OperationFactory< Base, T, N >::Creator< U >
 
struct  minsky::OperationFactory< Base, T, N >::is_equal< I, J >
 

Namespaces

 minsky
 Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes.
 
 minsky::OperationTypeInfo
 

Functions

template<OperationType::Type type>
int minsky::OperationTypeInfo::numArguments ()
 number of inputs this operator type has More...
 
std::ostream & minsky::operator<< (std::ostream &o, OperationType::Type t)