Macaulay2 Engine
Loading...
Searching...
No Matches
M2::SimpleARing< ARing > Class Template Reference

A base class for simple ARings. More...

#include <aring.hpp>

Inheritance diagram for M2::SimpleARing< ARing >:
M2::RingInterface our_new_delete

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)

Detailed Description

template<class ARing>
class M2::SimpleARing< ARing >

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

Definition at line 146 of file aring.hpp.


The documentation for this class was generated from the following file: