|
CPN
Computational Process Networks
|
The base definition of all nodes. More...
#include <cpn/common.h>#include <cpn/NodeAttr.h>#include <cpn/NodeFactory.h>#include <cpn/bits/PseudoNode.h>#include <cpn/utils/ParseBool.h>#include <sstream>#include <map>#include <string>#include <stdexcept>
Include dependency graph for NodeBase.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | CPN::NodeBasePrivate::CoerceParam< T > |
| struct | CPN::NodeBasePrivate::CoerceParam< bool > |
| class | CPN::NodeBase |
| The definition common to all nodes in the process network. More... | |
Namespaces | |
| CPN | |
| CPN::NodeBasePrivate | |
Macros | |
| #define | CPN_DECLARE_NODE_FACTORY(type, klass) |
| #define | CPN_DECLARE_NODE_AND_FACTORY(type, klass) |
The base definition of all nodes.
Definition in file NodeBase.h.
| #define CPN_DECLARE_NODE_AND_FACTORY | ( | type, | |
| klass | |||
| ) |
Definition at line 134 of file NodeBase.h.
| #define CPN_DECLARE_NODE_FACTORY | ( | type, | |
| klass | |||
| ) |
Definition at line 128 of file NodeBase.h.
1.8.5