AvogadroLibs 1.97.0
|
Base class for array type containers. More...
#include <avogadro/core/coordinateset.h>
Classes | |
class | Holder |
class | PlaceHolder |
Public Member Functions | |
template<typename T > | |
bool | isType (const T &) const |
Protected Attributes | |
PlaceHolder * | m_content |
void * | m_data |
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.
bool isType | ( | const T & | ) | const |