#include <ShManipulator.hpp>
Public Types | |
| typedef T | StorageType |
There must be an automatic conversion from T to StorageType or an applicable copy constructor. The storage type also must be responsible for its own memory management as the code often uses shallow copies of ranges/range vectors.
The only function that needs to be added after adding a new storage type is the OffsetRange::absIndex function in ShManipulator.cpp. This converts the storage type index into an absolute integer index.
Definition at line 41 of file ShManipulator.hpp.
1.4.3-20050530