Blueprints and factories classes used to generate blueprints (do not use directly). More...
Classes | |
class | ArrayBluePrint |
Parent class for array blueprints. More... | |
class | ArrayFactory |
BluePrint factory for the Array class. More... | |
class | ConstantArray |
Blueprint for instantiating/configuring an array filled with a constant. More... | |
class | ConstantDynamicArray |
Blueprint for generating a cubic spline satisfying C2 constraints. More... |
Blueprints and factories classes used to generate blueprints (do not use directly).
The blueprints are used to generate lightweight classes that store the rules to instantiate or configure classes in this package. These are used internally by container classes via inheritance and typedef'd notation for convenience, so you should never need to directly use these classes.