Regina Calculation Engine
|
Deals with calculable properties of individual objects. More...
Classes | |
class | regina::StoreValue< T > |
An NProperty storage policy indicating that the property should be held by value. More... | |
class | regina::StoreConstPtr< T > |
An NProperty storage policy indicating that the property should be held by constant pointer. More... | |
class | regina::StoreManagedPtr< T > |
An NProperty 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::NPropertyBase |
A base class that provides routines shared by all properties, regardless of their individual NProperty template parameters. More... | |
class | regina::NProperty< 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.