|
lsst.afw g712618294e+4813a5392e
|
#include <climits>#include "lsst/base.h"#include "lsst/pex/exceptions.h"#include "lsst/afw/fitsDefaults.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::table::io::PersistenceError |
| An exception thrown when problems occur during persistence. More... | |
| class | lsst::afw::table::io::MalformedArchiveError |
| An exception thrown when an InputArchive's contents do not make sense. More... | |
| class | lsst::afw::table::io::Persistable |
| A base class for objects that can be persisted via afw::table::io Archive classes. More... | |
| class | lsst::afw::table::io::PersistableFacade< T > |
| A CRTP facade class for subclasses of Persistable. More... | |
| class | lsst::afw::table::io::PersistableFactory |
| A base class for factory classes used to reconstruct objects from records. More... | |
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::fits |
| namespace | lsst::afw::table |
| namespace | lsst::afw::table::io |
Macros | |
| #define | LSST_ARCHIVE_ASSERT(EXPR) |
| An assertion macro used to validate the structure of an InputArchive. More... | |
| #define LSST_ARCHIVE_ASSERT | ( | EXPR | ) |
An assertion macro used to validate the structure of an InputArchive.
This assertion is not enabled/disabled by NDEBUG, and throws an exception rather than aborting, and should be reserved for errors that should only occur when an InputArchive is found to be in a state that could not have been produced by an OutputArchive.
Definition at line 48 of file Persistable.h.