|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
#include <ExposureInfo.h>
Public Types | |
| typedef boost::shared_ptr < ExposureInfoMap > | Ptr |
| typedef boost::shared_ptr < ExposureInfoMap const > | ConstPtr |
Public Member Functions | |
| ExposureInfoMap () | |
| ~ExposureInfoMap () | |
| size_t | size () const |
| bool | empty () const |
| bool | contains (int64_t id) const |
| ExposureInfo::Ptr | get (int64_t id) |
| ExposureInfo::ConstPtr | get (int64_t id) const |
| void | insert (ExposureInfo::Ptr info) |
| void | clear () |
| bool | erase (int64_t id) |
Private Types | |
| typedef std::tr1::unordered_map < int64_t, ExposureInfo::Ptr > | Map |
Private Attributes | |
| Map | _map |
A map from exposure ids to ExposureInfo objects.
Definition at line 180 of file ExposureInfo.h.
| typedef boost::shared_ptr<ExposureInfoMap const> lsst::ap::match::ExposureInfoMap::ConstPtr |
Definition at line 183 of file ExposureInfo.h.
|
private |
Definition at line 206 of file ExposureInfo.h.
| typedef boost::shared_ptr<ExposureInfoMap> lsst::ap::match::ExposureInfoMap::Ptr |
Definition at line 182 of file ExposureInfo.h.
| lsst::ap::match::ExposureInfoMap::ExposureInfoMap | ( | ) |
Definition at line 234 of file ExposureInfo.cc.
| lsst::ap::match::ExposureInfoMap::~ExposureInfoMap | ( | ) |
Definition at line 236 of file ExposureInfo.cc.
| void lsst::ap::match::ExposureInfoMap::clear | ( | ) |
Definition at line 252 of file ExposureInfo.cc.
|
inline |
Definition at line 190 of file ExposureInfo.h.
|
inline |
Definition at line 189 of file ExposureInfo.h.
| bool lsst::ap::match::ExposureInfoMap::erase | ( | int64_t | id | ) |
Definition at line 256 of file ExposureInfo.cc.
|
inline |
Definition at line 192 of file ExposureInfo.h.
|
inline |
Definition at line 196 of file ExposureInfo.h.
| void lsst::ap::match::ExposureInfoMap::insert | ( | ExposureInfo::Ptr | info | ) |
Definition at line 238 of file ExposureInfo.cc.
|
inline |
Definition at line 188 of file ExposureInfo.h.
|
private |
Definition at line 207 of file ExposureInfo.h.
1.8.5