lsst.afw g8cdfe0ae6a+66d966b544
|
#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 | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::typehandling |
namespace | std |
STL namespace. | |
Functions | |
std::ostream & | lsst::afw::typehandling::operator<< (std::ostream &os, Storable const &storable) |
Output operator for Storable. | |