LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Protected Attributes | List of all members
lsst::pex::logging::BaseTmplPrinterList< T > Class Template Reference

#include <PropertyPrinter.h>

Inheritance diagram for lsst::pex::logging::BaseTmplPrinterList< T >:
lsst::pex::logging::PrinterList lsst::pex::logging::TmplPrinterList< T >

Public Member Functions

 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 ()
 
virtual iterator begin () const =0
 
virtual iterator last () const =0
 

Protected Attributes

std::vector< T > _list
 

Additional Inherited Members

- Public Types inherited from lsst::pex::logging::PrinterList
typedef WrappedPrinterIter iterator
 

Detailed Description

template<class T>
class lsst::pex::logging::BaseTmplPrinterList< T >

Definition at line 250 of file PropertyPrinter.h.

Constructor & Destructor Documentation

template<class T>
lsst::pex::logging::BaseTmplPrinterList< T >::BaseTmplPrinterList ( const lsst::daf::base::PropertySet prop,
const std::string &  name 
)
inline

Definition at line 252 of file PropertyPrinter.h.

254  : _list(prop.getArray<T>(name)) { }
table::Key< std::string > name
Definition: ApCorrMap.cc:71
std::vector< T > getArray(std::string const &name) const
template<class T >
lsst::pex::logging::BaseTmplPrinterList< T >::~BaseTmplPrinterList ( )
virtual

Definition at line 264 of file PropertyPrinter.h.

264 { }

Member Function Documentation

template<class T >
size_t lsst::pex::logging::BaseTmplPrinterList< T >::valueCount ( ) const
virtual

return the number values available in the internal property value list

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

Definition at line 266 of file PropertyPrinter.h.

266 { return _list.size(); }

Member Data Documentation

template<class T>
std::vector<T> lsst::pex::logging::BaseTmplPrinterList< T >::_list
protected

Definition at line 260 of file PropertyPrinter.h.


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