|
Macaulay2 Engine
|
MutableEngineObject wrapper that owns a Homotopy via unique_ptr. More...
#include <SLP-defs.hpp>
Public Member Functions | |
| M2Homotopy (Homotopy *pa) | |
| Homotopy & | value () |
| Public Member Functions inherited from MutableEngineObject | |
| MutableEngineObject () | |
| virtual | ~MutableEngineObject () |
| unsigned int | hash () const |
| Public Member Functions inherited from our_gc_cleanup | |
| our_gc_cleanup () | |
| virtual | ~our_gc_cleanup () |
Private Attributes | |
| std::unique_ptr< Homotopy > | mHomotopy |
Additional Inherited Members | |
| Static Public Member Functions inherited from our_new_delete | |
| static void * | operator new (size_t size) |
| static void * | operator new[] (size_t size) |
| static void | operator delete (void *obj) |
| static void | operator delete[] (void *obj) |
| static void * | operator new (size_t size, void *existing_memory) |
| static void * | operator new[] (size_t size, void *existing_memory) |
| static void | operator delete (void *obj, void *existing_memory) |
| static void | operator delete[] (void *obj, void *existing_memory) |
MutableEngineObject wrapper that owns a Homotopy via unique_ptr.
Mirrors M2SLProgram / M2SLEvaluator: the interpreter handles an opaque M2Homotopy* while the templated HomotopyConcrete<RT, Algorithm> does the numerical path tracking behind value().
Definition at line 138 of file SLP-defs.hpp.