LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <functional>
#include <memory>
#include <ostream>
#include <string>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/table/io/Persistable.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::typehandling::UnsupportedOperationException |
Exception thrown by Storable operations for unimplemented operations. More... | |
class | lsst::afw::typehandling::Storable |
Interface supporting iteration over heterogenous containers. More... | |
struct | std::hash< lsst::afw::typehandling::Storable > |
Generic hash to allow polymorphic access to Storable. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::typehandling | |
std | |
STL namespace. | |
Functions | |
std::ostream & | lsst::afw::typehandling::operator<< (std::ostream &os, Storable const &storable) |
Output operator for Storable. More... | |