LSST Applications g0dd1f4853b+10f999ec6a,g1635faa6d4+b976e9dbb0,g1653933729+a8ce1bb630,g28da252d5a+20f909b684,g2bbee38e9b+de1ea1445d,g2bc492864f+de1ea1445d,g2cdde0e794+c2c89b37c4,g3156d2b45e+41e33cbcdc,g347aa1857d+de1ea1445d,g35bb328faa+a8ce1bb630,g3a166c0a6a+de1ea1445d,g3e281a1b8c+9f2c4e2fc3,g414038480c+077ccc18e7,g41af890bb2+fa1be12bb0,g531c6476d5+b4b02c216c,g5fbc88fb19+17cd334064,g781aacb6e4+a8ce1bb630,g7ab3e175f3+14b8e72808,g80478fca09+f5ec7b2bf0,g82479be7b0+0c309e1a1e,g858d7b2824+b4b02c216c,g9125e01d80+a8ce1bb630,ga5288a1d22+46505f0d18,gae0086650b+a8ce1bb630,gb58c049af0+d64f4d3760,gb9c6c11c1e+5a4033fdfe,gc28159a63d+de1ea1445d,gcf0d15dbbd+e25110243b,gd3624f51fd+6b4a7374c1,gda3e153d99+b4b02c216c,gda6a2b7d83+e25110243b,gdaeeff99f8+1711a396fd,ge2409df99d+4338270cf0,ge33fd446bb+b4b02c216c,ge79ae78c31+de1ea1445d,gee3d5c6094+3b2e26a966,gf0baf85859+147a0692ba,gf3967379c6+02b11634a5,w.2024.45
LSST Data Management Base Package
|
#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. | |
#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.