|
| LimitSet ()=default |
| Constructor to be used when reading the already parsed DOM tree. More...
|
|
| LimitSet (const LimitSet &e)=default |
| Copy constructor for handle. More...
|
|
| LimitSet (const Handle< LimitSetObject > &e) |
| Copy constructor for handles. More...
|
|
template<typename Q > |
| LimitSet (const Handle< Q > &e) |
| Constructor to be used when reading the already parsed DOM tree. More...
|
|
LimitSet & | operator= (const LimitSet &c)=default |
| Assignment operator. More...
|
|
| LimitSet (const std::string &name) |
| Constructor to be used when creating a new object. More...
|
|
bool | addLimit (const Limit &limit) |
| Add new limit. Returns true if the new limit was added, false if it already existed. More...
|
|
const std::set< Limit > & | limits () const |
| Accessor to limits container. More...
|
|
bool | addCut (const Limit &limit) |
| Add new limit. Returns true if the new limit was added, false if it already existed. More...
|
|
const std::set< Limit > & | cuts () const |
| Accessor to limits container. More...
|
|
Public Member Functions inherited from dd4hep::Handle< LimitSetObject > |
| Handle ()=default |
| Default constructor. More...
|
|
| Handle (Handle< LimitSetObject > &&element)=default |
| Copy constructor. More...
|
|
| Handle (const Handle< LimitSetObject > &element)=default |
| Copy constructor. More...
|
|
| Handle (LimitSetObject *element) |
| Initializing constructor from pointer. More...
|
|
| Handle (Q *element) |
| Initializing constructor from unrelated pointer with type checking. More...
|
|
| Handle (const Handle< Q > &element) |
| Initializing constructor from unrelated handle with type checking. More...
|
|
Handle< LimitSetObject > & | operator= (Handle< LimitSetObject > &&element)=default |
| Assignment move operator. More...
|
|
Handle< LimitSetObject > & | operator= (const Handle< LimitSetObject > &element)=default |
| Assignment copy operator. More...
|
|
bool | operator== (const Handle< LimitSetObject > &element) const |
| Boolean operator == used for RB tree insertions. More...
|
|
bool | operator< (const Handle< LimitSetObject > &element) const |
| Boolean operator < used for RB tree insertions. More...
|
|
bool | operator> (const Handle< LimitSetObject > &element) const |
| Boolean operator > used for RB tree insertions. More...
|
|
bool | isValid () const |
| Check the validity of the object held by the handle. More...
|
|
bool | operator! () const |
| Check the validity of the object held by the handle. More...
|
|
Handle< LimitSetObject > & | clear () |
| Release the object held by the handle. More...
|
|
LimitSetObject * | operator-> () const |
| Access the held object using the -> operator. More...
|
|
| operator LimitSetObject & () const |
| Automatic type conversion to an object references. More...
|
|
LimitSetObject & | operator* () const |
| Access the held object using the * operator. More...
|
|
LimitSetObject * | ptr () const |
| Access to the held object. More...
|
|
Q * | _ptr () const |
| Access to an unrelated object type. More...
|
|
Q * | data () const |
| Access to an unrelated object type. More...
|
|
Q & | object () const |
| Access to an unrelated object type. More...
|
|
LimitSetObject * | access () const |
| Checked object access. Throws invalid handle runtime exception if invalid handle. More...
|
|
const char * | name () const |
| Access the object name (or "" if not supported by the object) More...
|
|
const char * | name () const |
|
const char * | name () const |
|
void | assign (Object *n, const std::string &nam, const std::string &title) |
| Assign a new named object. Note: object references must be managed by the user. More...
|
|
void | assign (_Segmentation *s, const std::string &n, const std::string &) |
|
void | assign (NamedObject *p, const std::string &n, const std::string &t) |
|
void | destroy () |
| Destroy the underlying object (be careful here: things are not reference counted)! More...
|
|