LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst::pex::logging::BoolPrinterList Class Reference

#include <PropertyPrinter.h>

Inheritance diagram for lsst::pex::logging::BoolPrinterList:
lsst::pex::logging::BaseTmplPrinterList< bool > lsst::pex::logging::PrinterList

Public Member Functions

 BoolPrinterList (const lsst::daf::base::PropertySet &prop, const std::string &name)
 
virtual ~BoolPrinterList ()
 
virtual iterator begin () const
 
virtual iterator last () const
 
- Public Member Functions inherited from lsst::pex::logging::BaseTmplPrinterList< bool >
 BaseTmplPrinterList (const lsst::daf::base::PropertySet &prop, const std::string &name)
 
virtual ~BaseTmplPrinterList ()
 
virtual size_t valueCount () const
 
- Public Member Functions inherited from lsst::pex::logging::PrinterList
virtual ~PrinterList ()
 

Additional Inherited Members

- Public Types inherited from lsst::pex::logging::PrinterList
typedef WrappedPrinterIter iterator
 
- Protected Attributes inherited from lsst::pex::logging::BaseTmplPrinterList< bool >
std::vector< bool > _list
 

Detailed Description

Definition at line 347 of file PropertyPrinter.h.

Constructor & Destructor Documentation

lsst::pex::logging::BoolPrinterList::BoolPrinterList ( const lsst::daf::base::PropertySet prop,
const std::string &  name 
)
inline

Definition at line 349 of file PropertyPrinter.h.

350  : BaseTmplPrinterList<bool>(prop, name) { }
table::Key< std::string > name
Definition: ApCorrMap.cc:71
virtual lsst::pex::logging::BoolPrinterList::~BoolPrinterList ( )
virtual

Member Function Documentation

virtual iterator lsst::pex::logging::BoolPrinterList::begin ( ) const
virtual

return a PrinterIter set at the first property value

Implements lsst::pex::logging::PrinterList.

virtual iterator lsst::pex::logging::BoolPrinterList::last ( ) const
virtual

return a PrinterIter set at the last property value

Implements lsst::pex::logging::PrinterList.


The documentation for this class was generated from the following file: