38namespace SourceCatalog {
81 return m_source_vector.cbegin();
93 return m_source_vector.cend();
114 return m_source_vector.size();
Catalog contains a container of sources.
virtual ~Catalog()=default
Destructor.
size_t size() const
Get the size of the vector container.
const_iterator end() const
Get an const_iterator pointing to the last element in the m_source_vector vector.
const_iterator begin() const
Get a const_iterator pointing to the first element in the m_source_vector vector.
std::vector< Source >::const_iterator const_iterator
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
boost::variant< int64_t, std::string > id_type