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 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: