LSST Applications g0fba68d861+c44c4642ff,g123d84c11c+8c5ae1fdc5,g1ec0fe41b4+f0b7a83aa5,g1fd858c14a+d55c29f552,g22210bfa2a+9298f3fc7c,g3533f9d6cb+722901cf7e,g35bb328faa+8c5ae1fdc5,g3fc7d4f5b9+c2ec2f26fd,g4178042926+d73d17933f,g4a8f988797+0519b1fd53,g53246c7159+8c5ae1fdc5,g548d740b8c+47e4a7beb3,g60b5630c4e+722901cf7e,g663da51e9b+859b113070,g67b6fd64d1+c104138150,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g8352419a5c+8c5ae1fdc5,g8852436030+08cbd4c692,g89139ef638+c104138150,g8b40312ef5+5b6744d273,g989de1cb63+c104138150,g9f33ca652e+ba6fca5554,ga1e959baac+5fbc491aed,ga2f891cd6c+722901cf7e,ga5b27134d2+0c6e989ba2,gabe3b4be73+8856018cbb,gabf8522325+5cb9e9d408,gb1101e3267+2d26775618,gb89ab40317+c104138150,gcf25f946ba+08cbd4c692,gd6cbbdb0b4+be834e5da7,gde0f65d7ad+e537754a52,ge278dab8ac+fa35eb453c,ge410e46f29+c104138150,gf5e32f922b+8c5ae1fdc5,gf67bdafdda+c104138150,gffe7e49bb4+722901cf7e,v29.1.0.rc4
LSST Data Management Base Package
Loading...
Searching...
No Matches
Persistable.cc
Go to the documentation of this file.
1// -*- lsst-c++ -*-
2
3/*
4 * LSST Data Management System
5 * Copyright 2008, 2009, 2010 LSST Corporation.
6 *
7 * This product includes software developed by the
8 * LSST Project (http://www.lsst.org/).
9 *
10 * This program is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation, either version 3 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the LSST License Statement and
21 * the GNU General Public License along with this program. If not,
22 * see <http://www.lsstcorp.org/LegalNotices/>.
23 */
24
36
38
39namespace lsst {
40namespace daf {
41namespace base {
42
46
50
51} // namespace base
52} // namespace daf
53} // namespace lsst
Persistable(void)
Default constructor.
virtual ~Persistable(void)
Destructor.
Interface for Persistable base class.