|
| bool | isRoleSet () |
| | Check whether role has been set.
|
| |
| boost::optional< const uint8_t > | getRole () |
| | Get the value of role if it has been set.
|
| |
| const uint8_t | getRole (const uint8_t defaultValue) |
| | Get the value of role if set, otherwise the value of default passed in.
|
| |
| modelgbp::dci::EpToUnivRSrc & | setRole (const uint8_t newValue) |
| | Set role to the specified value in the currently-active mutator.
|
| |
| modelgbp::dci::EpToUnivRSrc & | unsetRole () |
| | Unset role in the currently-active mutator.
|
| |
| bool | isTargetSet () |
| | Check whether target has been set.
|
| |
| boost::optional< opflex::modb::class_id_t > | getTargetClass () |
| | Get the value of targetClass if it has been set.
|
| |
| boost::optional< opflex::modb::URI > | getTargetURI () |
| | Get the value of targetURI if it has been set.
|
| |
| opflex::modb::class_id_t | getTargetClass (opflex::modb::class_id_t defaultValue) |
| | Get the value of targetClass if set, otherwise the value of default passed in.
|
| |
| opflex::modb::URI | getTargetURI (opflex::modb::URI defaultValue) |
| | Get the value of targetURI if set, otherwise the value of default passed in.
|
| |
| modelgbp::dci::EpToUnivRSrc & | setTargetUniverse (const opflex::modb::URI &uri) |
| | Set the reference to point to an instance of Universe with the specified URI.
|
| |
| modelgbp::dci::EpToUnivRSrc & | setTargetUniverse () |
| | Set the reference to point to an instance of Universe in the currently-active mutator by constructing its URI from the path elements that lead to it.
|
| |
| modelgbp::dci::EpToUnivRSrc & | unsetTarget () |
| | Unset target in the currently-active mutator.
|
| |
| bool | isTypeSet () |
| | Check whether type has been set.
|
| |
| boost::optional< const uint8_t > | getType () |
| | Get the value of type if it has been set.
|
| |
| const uint8_t | getType (const uint8_t defaultValue) |
| | Get the value of type if set, otherwise the value of default passed in.
|
| |
| modelgbp::dci::EpToUnivRSrc & | setType (const uint8_t newValue) |
| | Set type to the specified value in the currently-active mutator.
|
| |
| modelgbp::dci::EpToUnivRSrc & | unsetType () |
| | Unset type in the currently-active mutator.
|
| |
| void | remove () |
| | Remove this instance using the currently-active mutator.
|
| |
| | EpToUnivRSrc (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi) |
| | Construct an instance of EpToUnivRSrc.
|
| |
|
| static boost::optional< OF_SHARED_PTR< modelgbp::dci::EpToUnivRSrc > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Retrieve an instance of EpToUnivRSrc from the managed object store.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::dci::EpToUnivRSrc > > | resolve (const opflex::modb::URI &uri) |
| | Retrieve an instance of EpToUnivRSrc from the managed object store using the default framework instance.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::dci::EpToUnivRSrc > > | resolve (opflex::ofcore::OFFramework &framework) |
| | Retrieve an instance of EpToUnivRSrc from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::dci::EpToUnivRSrc > > | resolve () |
| | Retrieve an instance of EpToUnivRSrc from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static void | remove (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Remove the EpToUnivRSrc object with the specified URI using the currently-active mutator.
|
| |
| static void | remove (const opflex::modb::URI &uri) |
| | Remove the EpToUnivRSrc object with the specified URI using the currently-active mutator and the default framework instance.
|
| |
| static void | registerListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class.
|
| |
| static void | registerListener (opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class with the default framework instance.
|
| |
| static void | unregisterListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class.
|
| |
| static void | unregisterListener (opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class from the default framework instance.
|
| |
Retrieve an instance of EpToUnivRSrc from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /DciDiscoverer/DciEp/DciEpToUnivRSrc
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolve(), resolve(), and modelgbp::dci::Ep::resolveDciEpToUnivRSrc().
| static boost::optional< OF_SHARED_PTR< modelgbp::dci::EpToUnivRSrc > > modelgbp::dci::EpToUnivRSrc::resolve |
( |
opflex::ofcore::OFFramework & | framework | ) |
|
|
inlinestatic |
Retrieve an instance of EpToUnivRSrc from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /DciDiscoverer/DciEp/DciEpToUnivRSrc
- Parameters
-
| framework | the framework instance to use |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().