AbstractIndex

class AbstractIndex

Abstract Superclass for all Indices.

Not usefull on it’s own.

Subclassed by sps::Index< type_defs >, sps::SimpleValVector< type_defs >, sps::SimpleVector< type_defs >

Public Functions

inline virtual void dummy()

Does nothing. required to make AbstractIndex downcastable to Index<type_defs> in python by making it abstract.