lsst.daf.persistence
16.0-7-g88875c5+4
|
Implementation of PropertySetFormatter class. More...
#include "lsst/daf/persistence/PropertySetFormatter.h"
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/vector.hpp>
#include <lsst/daf/base/PropertySet.h>
#include "lsst/daf/base/DateTime.h"
#include "lsst/daf/persistence/FormatterImpl.h"
#include "lsst/daf/persistence/LogicalLocation.h"
#include "lsst/daf/persistence/BoostStorage.h"
#include "lsst/daf/persistence/XmlStorage.h"
#include <lsst/pex/exceptions.h>
#include <lsst/log/Log.h>
#include <lsst/pex/policy/Policy.h>
Go to the source code of this file.
Macros | |
#define | __attribute__(x) /*NOTHING*/ |
Implementation of PropertySetFormatter class.
Contact: Kian-Tat Lim (ktl@s) lac. stanf ord. edu
Definition in file PropertySetFormatter.cc.
#define __attribute__ | ( | x | ) | /*NOTHING*/ |
Definition at line 39 of file PropertySetFormatter.cc.