Avogadro::Core::ArraySet#
- 
class ArraySet#
 Base class for array type containers.
This base class gives us the non-templated base class that stores all arrays of data. You should use the base class as the container, and figure out its type when using it.
Subclassed by CoordinateSet< T >
- 
template<typename ValueType>
class Holder : public ArraySet::PlaceHolder# Public Functions
- 
inline virtual const std::type_info &type() const override#
 
- 
inline virtual PlaceHolder *clone() const override#
 
- 
inline virtual const std::type_info &type() const override#
 
- 
class PlaceHolder#
 Subclassed by ArraySet::Holder< ValueType >
Public Functions
- 
inline virtual ~PlaceHolder()#
 
- 
virtual const std::type_info &type() const = 0#
 
- 
virtual PlaceHolder *clone() const = 0#
 
- 
inline virtual ~PlaceHolder()#
 
- 
template<typename ValueType>