Graph Framework
|
C context with specific type. More...
Public Member Functions | |
graph_c_context_type () | |
Construct a typed c context. | |
Public Attributes | |
std::map< graph_node, graph::shared_leaf< T, SAFE_MATH > > | nodes |
Variables nodes. | |
workflow::manager< T, SAFE_MATH > | work |
Workflow manager. | |
![]() | |
enum graph_type | type |
Type of the context. | |
bool | safe_math |
Uses safe math. | |
C context with specific type.