Anchors
C++ library for Incremental Computing
anchors Namespace Reference

Main library namespace. More...

Classes

class  Anchor
 A single node in the computation graph containing a value. More...
 
class  Anchors
 Anchors is an utility class containing functions to simplify creating a shared pointer to an Anchor, which the Engine class operates on. More...
 
class  AnchorWrap
 This class exists to simplify the Anchors API, so that we can pass an Anchor around using only the type of its value, and excluding the type of its input Anchors. More...
 
class  Engine
 Engine is the brain of Anchors, containing the necessary functions and data to retrieve the value of an Anchor object. More...
 

Typedefs

template<typename T >
using AnchorPtr = std::shared_ptr< AnchorWrap< T > >
 Alias representing a shared pointer to an Anchor of output type T.
 

Detailed Description

Main library namespace.