#include <ParameterSetDescription.h>
Public Member Functions | |
edm::value_ptr< ParameterDescriptionNode > const & | node () const |
bool | optional () const |
ParameterDescriptionNode * | setNode (std::unique_ptr< ParameterDescriptionNode > node) |
void | setOptional (bool value) |
void | setWriteToCfi (bool value) |
bool | writeToCfi () const |
Private Attributes | |
edm::value_ptr< ParameterDescriptionNode > | node_ |
bool | optional_ |
bool | writeToCfi_ |
Definition at line 54 of file ParameterSetDescription.h.
|
inline |
Definition at line 58 of file ParameterSetDescription.h.
References node_.
Referenced by setNode().
|
inline |
Definition at line 56 of file ParameterSetDescription.h.
References optional_.
|
inline |
Definition at line 61 of file ParameterSetDescription.h.
References eostools::move(), node(), and node_.
|
inline |
Definition at line 59 of file ParameterSetDescription.h.
References optional_, and relativeConstraints::value.
|
inline |
Definition at line 60 of file ParameterSetDescription.h.
References relativeConstraints::value, and writeToCfi_.
|
inline |
Definition at line 57 of file ParameterSetDescription.h.
References writeToCfi_.
|
private |
Definition at line 69 of file ParameterSetDescription.h.
|
private |
Definition at line 67 of file ParameterSetDescription.h.
Referenced by optional(), and setOptional().
|
private |
Definition at line 68 of file ParameterSetDescription.h.
Referenced by setWriteToCfi(), and writeToCfi().