lsst.afw g8cdfe0ae6a+4fd9e222a8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst::afw::table::io::InputArchive::Impl Class Reference

Public Member Functions

std::shared_ptr< Persistableget (int id, InputArchive const &self)
 
Map constgetAll (InputArchive const &self)
 
 Impl ()
 
 Impl (BaseCatalog const &index, CatalogVector const &catalogs)
 
 Impl (const Impl &)=delete
 
Imploperator= (const Impl &)=delete
 
 Impl (Impl &&)=delete
 
Imploperator= (Impl &&)=delete
 

Public Attributes

Map _map
 
BaseCatalog _index
 
CatalogVector _catalogs
 

Detailed Description

Definition at line 38 of file InputArchive.cc.

Constructor & Destructor Documentation

◆ Impl() [1/4]

lsst::afw::table::io::InputArchive::Impl::Impl ( )
inline

Definition at line 137 of file InputArchive.cc.

◆ Impl() [2/4]

lsst::afw::table::io::InputArchive::Impl::Impl ( BaseCatalog const & index,
CatalogVector const & catalogs )
inline

Definition at line 139 of file InputArchive.cc.

◆ Impl() [3/4]

lsst::afw::table::io::InputArchive::Impl::Impl ( const Impl & )
delete

◆ Impl() [4/4]

lsst::afw::table::io::InputArchive::Impl::Impl ( Impl && )
delete

Member Function Documentation

◆ get()

std::shared_ptr< Persistable > lsst::afw::table::io::InputArchive::Impl::get ( int id,
InputArchive const & self )
inline

Definition at line 40 of file InputArchive.cc.

◆ getAll()

Map const & lsst::afw::table::io::InputArchive::Impl::getAll ( InputArchive const & self)
inline

Definition at line 126 of file InputArchive.cc.

◆ operator=() [1/2]

Impl & lsst::afw::table::io::InputArchive::Impl::operator= ( const Impl & )
delete

◆ operator=() [2/2]

Impl & lsst::afw::table::io::InputArchive::Impl::operator= ( Impl && )
delete

Member Data Documentation

◆ _catalogs

CatalogVector lsst::afw::table::io::InputArchive::Impl::_catalogs

Definition at line 157 of file InputArchive.cc.

◆ _index

BaseCatalog lsst::afw::table::io::InputArchive::Impl::_index

Definition at line 156 of file InputArchive.cc.

◆ _map

Map lsst::afw::table::io::InputArchive::Impl::_map

Definition at line 155 of file InputArchive.cc.


The documentation for this class was generated from the following file: