|
Macaulay2 Engine
|
A base class for simple ARings. More...
#include <aring.hpp>
Classes | |
| class | Element |
| A wrapper class for ElementType. More... | |
| class | ElementArray |
| A wrapper for an array of ElementType. More... | |
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) |
A base class for simple ARings.
An ARing class inheriting from this should provide the clear method as a static member function. This class will then provide a simple implementation of an Element class