#include <exception>
#include <string>
#include <gvectors-config.h>
Go to the source code of this file.
Namespaces | |
| namespace | GVectors |
Classes | |
| class | GVectors::GVException |
| The base exception class. More... | |
| class | GVectors::GVEUnsupported |
| Unsupported function called. More... | |
| class | GVectors::GVEDynCastFailed |
| dynamic_cast failed. More... | |
| class | GVectors::GVEItemNotFound |
| An item in the vector store was not found. More... | |
| class | GVectors::GVEInvalidMatrixIndex |
| An invalid matrix index has been requested. More... | |
| class | GVectors::GVEInvalidMDimension |
| The matrix passed to the function has an invalid dimension. More... | |
| class | GVectors::GVEStoreCorrupt |
| The vector store has been corrupted. More... | |
| class | GVectors::GVEWrongFileVersion |
| The binary vector store file has an unkown version. More... | |
| class | GVectors::GVEXMLFileWrite |
| Error writing the vector store to a XML vector store file. More... | |
| class | GVectors::GVEXMLInvalid |
| The XML vector store file has an invalid structure. More... | |
1.4.7