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 Attributes | List of all members
lsst::meas::base::FlagDefinition Struct Reference

Simple POD struct used to define and document flags. More...

#include <FlagHandler.h>

Public Attributes

char const * name
 
char const * doc
 

Detailed Description

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.

Member Data Documentation

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.


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