LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Macros | Functions
Schema.cc File Reference
#include <list>
#include <memory>
#include <stdexcept>
#include <type_traits>
#include "boost/mpl/and.hpp"
#include "boost/mpl/bool.hpp"
#include "boost/iterator/transform_iterator.hpp"
#include "boost/iterator/filter_iterator.hpp"
#include "boost/preprocessor/seq/for_each.hpp"
#include "boost/preprocessor/tuple/to_seq.hpp"
#include "lsst/utils/hashCombine.h"
#include "lsst/afw/table/Schema.h"
#include "lsst/afw/table/detail/Access.h"
#include "lsst/afw/table/io/FitsReader.h"
#include "lsst/afw/table/io/FitsSchemaInputMapper.h"
#include "lsst/afw/fits.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::table
 
 lsst::afw::table::detail
 

Macros

#define INSTANTIATE_LAYOUT(r, data, elem)
 

Functions

std::ostreamlsst::afw::table::operator<< (std::ostream &os, Schema const &schema)
 

Macro Definition Documentation

◆ INSTANTIATE_LAYOUT

#define INSTANTIATE_LAYOUT (   r,
  data,
  elem 
)
Value:
template Key<elem> Schema::addField(Field<elem> const &, bool); \
template SchemaItem<elem> Schema::find(std::string const &) const; \
template SchemaItem<elem> Schema::find(Key<elem> const &) const; \
template SchemaItem<elem> detail::SchemaImpl::find(std::string const &name) const; \
template int Schema::contains(SchemaItem<elem> const &, int) const; \
template void Schema::replaceField(Key<elem> const &, Field<elem> const &); \
template SchemaItem<elem> SubSchema::find(std::string const &) const;
bool contains(VertexIterator const begin, VertexIterator const end, UnitVector3d const &v)
STL class.
std::string name
Definition: Schema.cc:194

Definition at line 791 of file Schema.cc.

Variable Documentation

◆ delimiter

char delimiter

Definition at line 193 of file Schema.cc.

◆ key

Key<U> key

Definition at line 281 of file Schema.cc.

◆ name

Definition at line 194 of file Schema.cc.

◆ os

Definition at line 746 of file Schema.cc.

◆ other

ItemVariant const* other

Definition at line 56 of file Schema.cc.

◆ result

std::unique_ptr<SchemaItem<U> > result
mutable

Definition at line 195 of file Schema.cc.