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
|
Simple POD struct used to define and document flags. More...
#include <FlagHandler.h>
Public Attributes | |
char const * | name |
char const * | doc |
Simple POD struct used to define and document flags.
When we switch to C++11, we can make the attributes std::strings, but at least for now we'll use C-strings so we can create these arrays using initializer lists even in C++98.
Definition at line 41 of file FlagHandler.h.
char const* lsst::meas::base::FlagDefinition::doc |
Definition at line 43 of file FlagHandler.h.
char const* lsst::meas::base::FlagDefinition::name |
Definition at line 42 of file FlagHandler.h.