|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <BuildingBlockEditors.hpp>
Public Member Functions | |
| virtual | ~editor_data_state () |
| bool | is_valid () const |
| bool | must_not_be_null () const |
| bool | must_be_set () const |
Protected Member Functions | |
| editor_data_state (bool isvalid, bool isnotnull, bool isobligatory) | |
Protected Attributes | |
| bool | m_valid |
| bool | m_notnull |
| bool | m_obligatory |
Definition at line 30 of file BuildingBlockEditors.hpp.
|
virtualdefault |
|
inlineexplicitprotected |
Definition at line 52 of file BuildingBlockEditors.hpp.
|
inline |
Definition at line 36 of file BuildingBlockEditors.hpp.
|
inline |
Definition at line 46 of file BuildingBlockEditors.hpp.
|
inline |
Definition at line 41 of file BuildingBlockEditors.hpp.
|
protected |
Definition at line 59 of file BuildingBlockEditors.hpp.
|
protected |
Definition at line 60 of file BuildingBlockEditors.hpp.
|
protected |
Definition at line 58 of file BuildingBlockEditors.hpp.