Base class for extension elements that may be provided for a BPMN element.
More...
Definition at line 16358 of file bpmn++.h.
#include <bpmn++.h>
|
| | ExtensionElements (XML::bpmn::tBaseElement *element) |
| |
| template<class C , class T > |
| std::vector< std::reference_wrapper< T > > | get () |
| | Returns a vector of elements of type T embedded within a container of type T.
|
| |
| template<class C , class T > |
| std::vector< std::reference_wrapper< const T > > | get () const |
| | Returns a vector of elements of type T embedded within a container of type T.
|
| |
| virtual | ~Element ()=default |
| |
| template<typename T > |
| T * | represents () |
| | Attempts to cast the element to the specified type T.
|
| |
| template<typename T > |
| const T * | represents () const |
| | Attempts to cast the element to the specified type T.
|
| |
| template<typename T > |
| T * | as () |
| | Casts the element to the specified type T.
|
| |
| template<typename T > |
| const T * | as () const |
| | Casts the element to the specified type T.
|
| |
◆ ExtensionElements()
◆ get() [1/2]
template<class C , class T >
| std::vector< std::reference_wrapper< T > > BPMN::ExtensionElements::get |
( |
| ) |
|
|
inline |
◆ get() [2/2]
template<class C , class T >
| std::vector< std::reference_wrapper< const T > > BPMN::ExtensionElements::get |
( |
| ) |
const |
|
inline |
◆ baseElement
◆ element
The documentation for this class was generated from the following file: