|
typedef 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<> > > | InputContainer |
|
typedef SetFitsSchemaString<&FitsSchemaItem::ttype > | SetTTYPE |
|
typedef SetFitsSchemaString<&FitsSchemaItem::tform > | SetTFORM |
|
typedef SetFitsSchemaString<&FitsSchemaItem::tccls > | SetTCCLS |
|
typedef SetFitsSchemaString<&FitsSchemaItem::tunit > | SetTUNIT |
|
typedef SetFitsSchemaString<&FitsSchemaItem::doc > | SetDoc |
|
typedef InputContainer::nth_index< 0 >::type | ByColumn |
|
typedef InputContainer::nth_index< 1 >::type | ByBit |
|
typedef InputContainer::nth_index< 2 >::type | ByName |
|
typedef InputContainer::nth_index< 3 >::type | AsList |
|
Definition at line 46 of file FitsSchemaInputMapper.cc.
◆ AsList
◆ ByBit
◆ ByColumn
◆ ByName
◆ InputContainer
typedef 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<> > > lsst::afw::table::io::FitsSchemaInputMapper::Impl::InputContainer |
◆ 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 |
◆ flagColumn
int lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagColumn |
◆ 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 |
The documentation for this class was generated from the following file: