|
using | InputContainer = boost::multi_index_container< FitsSchemaItem, boost::multi_index::indexed_by< boost::multi_index::ordered_non_unique< boost::multi_index::member< FitsSchemaItem, int, &FitsSchemaItem::column > >, boost::multi_index::ordered_non_unique< boost::multi_index::member< FitsSchemaItem, int, &FitsSchemaItem::bit > >, boost::multi_index::hashed_unique< boost::multi_index::member< FitsSchemaItem, std::string, &FitsSchemaItem::ttype > >, boost::multi_index::sequenced<> >> |
|
using | SetTTYPE = SetFitsSchemaString<&FitsSchemaItem::ttype > |
|
using | SetTFORM = SetFitsSchemaString<&FitsSchemaItem::tform > |
|
using | SetTCCLS = SetFitsSchemaString<&FitsSchemaItem::tccls > |
|
using | SetTUNIT = SetFitsSchemaString<&FitsSchemaItem::tunit > |
|
using | SetDoc = SetFitsSchemaString<&FitsSchemaItem::doc > |
|
using | ByColumn = InputContainer::nth_index< 0 >::type |
|
using | ByBit = InputContainer::nth_index< 1 >::type |
|
using | ByName = InputContainer::nth_index< 2 >::type |
|
using | AsList = InputContainer::nth_index< 3 >::type |
|
Definition at line 46 of file FitsSchemaInputMapper.cc.
◆ AsList
◆ ByBit
◆ ByColumn
◆ ByName
◆ InputContainer
using lsst::afw::table::io::FitsSchemaInputMapper::Impl::InputContainer = boost::multi_index_container<FitsSchemaItem, boost::multi_index::indexed_by<boost::multi_index::ordered_non_unique<boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::column> >, boost::multi_index::ordered_non_unique<boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::bit> >, boost::multi_index::hashed_unique<boost::multi_index::member<FitsSchemaItem, std::string, &FitsSchemaItem::ttype> >, boost::multi_index::sequenced<> >> |
◆ SetDoc
◆ SetTCCLS
◆ SetTFORM
◆ SetTTYPE
◆ SetTUNIT
◆ Impl()
lsst::afw::table::io::FitsSchemaInputMapper::Impl::Impl |
( |
| ) |
|
|
inline |
◆ asList()
AsList& lsst::afw::table::io::FitsSchemaInputMapper::Impl::asList |
( |
| ) |
|
|
inline |
◆ byBit()
ByBit& lsst::afw::table::io::FitsSchemaInputMapper::Impl::byBit |
( |
| ) |
|
|
inline |
◆ byColumn()
ByColumn& lsst::afw::table::io::FitsSchemaInputMapper::Impl::byColumn |
( |
| ) |
|
|
inline |
◆ byName()
ByName& lsst::afw::table::io::FitsSchemaInputMapper::Impl::byName |
( |
| ) |
|
|
inline |
◆ archive
◆ archiveHdu
int lsst::afw::table::io::FitsSchemaInputMapper::Impl::archiveHdu {-1} |
◆ flagColumn
int lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagColumn {0} |
◆ flagKeys
std::vector<Key<Flag> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagKeys |
◆ flagWorkspace
std::unique_ptr<bool[]> lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagWorkspace |
◆ inputs
InputContainer lsst::afw::table::io::FitsSchemaInputMapper::Impl::inputs |
◆ nRowsToPrep
std::size_t lsst::afw::table::io::FitsSchemaInputMapper::Impl::nRowsToPrep = 1 |
◆ readers
◆ schema
Schema lsst::afw::table::io::FitsSchemaInputMapper::Impl::schema |
◆ type
std::string lsst::afw::table::io::FitsSchemaInputMapper::Impl::type |
◆ version
int lsst::afw::table::io::FitsSchemaInputMapper::Impl::version {0} |
The documentation for this class was generated from the following file: