Regina Calculation Engine
|
Deals with calculable properties of individual objects. More...
Classes | |
class | regina::StoreValue< T > |
A Property storage policy indicating that the property should be held by value. More... | |
class | regina::StoreConstPtr< T > |
A Property storage policy indicating that the property should be held by constant pointer. More... | |
class | regina::StoreManagedPtr< T > |
A Property storage policy indicating that the property should be held by pointer and that the property wrapper will also take responsibility for memory management. More... | |
class | regina::Property< T, Storage > |
Stores a calculable property of an object. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Deals with calculable properties of individual objects.