modelgbp Generated OpFlex Model 1.7.0
modelgbp::dci::RouteTargetDef Class Reference
Inheritance diagram for modelgbp::dci::RouteTargetDef:

Public Member Functions

bool isNameSet ()
 Check whether name has been set.
 
boost::optional< const std::string & > getName ()
 Get the value of name if it has been set.
 
const std::string & getName (const std::string &defaultValue)
 Get the value of name if set, otherwise the value of default passed in.
 
modelgbp::dci::RouteTargetDefsetName (const std::string &newValue)
 Set name to the specified value in the currently-active mutator.
 
modelgbp::dci::RouteTargetDefunsetName ()
 Unset name in the currently-active mutator.
 
bool isRtASSet ()
 Check whether rtAS has been set.
 
boost::optional< uint32_t > getRtAS ()
 Get the value of rtAS if it has been set.
 
uint32_t getRtAS (uint32_t defaultValue)
 Get the value of rtAS if set, otherwise the value of default passed in.
 
modelgbp::dci::RouteTargetDefsetRtAS (uint32_t newValue)
 Set rtAS to the specified value in the currently-active mutator.
 
modelgbp::dci::RouteTargetDefunsetRtAS ()
 Unset rtAS in the currently-active mutator.
 
bool isRtIPSet ()
 Check whether rtIP has been set.
 
boost::optional< const std::string & > getRtIP ()
 Get the value of rtIP if it has been set.
 
const std::string & getRtIP (const std::string &defaultValue)
 Get the value of rtIP if set, otherwise the value of default passed in.
 
modelgbp::dci::RouteTargetDefsetRtIP (const std::string &newValue)
 Set rtIP to the specified value in the currently-active mutator.
 
modelgbp::dci::RouteTargetDefunsetRtIP ()
 Unset rtIP in the currently-active mutator.
 
bool isRtNNSet ()
 Check whether rtNN has been set.
 
boost::optional< uint32_t > getRtNN ()
 Get the value of rtNN if it has been set.
 
uint32_t getRtNN (uint32_t defaultValue)
 Get the value of rtNN if set, otherwise the value of default passed in.
 
modelgbp::dci::RouteTargetDefsetRtNN (uint32_t newValue)
 Set rtNN to the specified value in the currently-active mutator.
 
modelgbp::dci::RouteTargetDefunsetRtNN ()
 Unset rtNN in the currently-active mutator.
 
bool isTargetAfSet ()
 Check whether targetAf has been set.
 
boost::optional< const uint8_t > getTargetAf ()
 Get the value of targetAf if it has been set.
 
const uint8_t getTargetAf (const uint8_t defaultValue)
 Get the value of targetAf if set, otherwise the value of default passed in.
 
modelgbp::dci::RouteTargetDefsetTargetAf (const uint8_t newValue)
 Set targetAf to the specified value in the currently-active mutator.
 
modelgbp::dci::RouteTargetDefunsetTargetAf ()
 Unset targetAf 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::RouteTargetDefsetType (const uint8_t newValue)
 Set type to the specified value in the currently-active mutator.
 
modelgbp::dci::RouteTargetDefunsetType ()
 Unset type in the currently-active mutator.
 
void remove ()
 Remove this instance using the currently-active mutator.
 
 RouteTargetDef (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
 Construct an instance of RouteTargetDef.
 

Static Public Member Functions

static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
 Retrieve an instance of RouteTargetDef from the managed object store.
 
static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > resolve (const opflex::modb::URI &uri)
 Retrieve an instance of RouteTargetDef from the managed object store using the default framework instance.
 
static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > resolve (opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpRoutingDomainName, const std::string &dciRouteTargetPdefName, const std::string &dciRouteTargetDefName)
 Retrieve an instance of RouteTargetDef 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::RouteTargetDef > > resolve (const std::string &policySpaceName, const std::string &gbpRoutingDomainName, const std::string &dciRouteTargetPdefName, const std::string &dciRouteTargetDefName)
 Retrieve an instance of RouteTargetDef 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 RouteTargetDef object with the specified URI using the currently-active mutator.
 
static void remove (const opflex::modb::URI &uri)
 Remove the RouteTargetDef object with the specified URI using the currently-active mutator and the default framework instance.
 
static void remove (opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpRoutingDomainName, const std::string &dciRouteTargetPdefName, const std::string &dciRouteTargetDefName)
 Remove the RouteTargetDef object with the specified path elements from the managed object store.
 
static void remove (const std::string &policySpaceName, const std::string &gbpRoutingDomainName, const std::string &dciRouteTargetPdefName, const std::string &dciRouteTargetDefName)
 Remove the RouteTargetDef object with the specified path elements from the managed object store using 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.
 

Static Public Attributes

static const opflex::modb::class_id_t CLASS_ID = 92
 The unique class ID for RouteTargetDef.
 

Constructor & Destructor Documentation

◆ RouteTargetDef()

modelgbp::dci::RouteTargetDef::RouteTargetDef ( opflex::ofcore::OFFramework & framework,
const opflex::modb::URI & uri,
const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > & oi )
inline

Construct an instance of RouteTargetDef.

This should not typically be called from user code.

References CLASS_ID.

Member Function Documentation

◆ getName() [1/2]

boost::optional< const std::string & > modelgbp::dci::RouteTargetDef::getName ( )
inline

Get the value of name if it has been set.

Returns
the value of name or boost::none if not set

References isNameSet().

Referenced by getName().

◆ getName() [2/2]

const std::string & modelgbp::dci::RouteTargetDef::getName ( const std::string & defaultValue)
inline

Get the value of name if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of name if set, otherwise the value of default passed in

References getName().

◆ getRtAS() [1/2]

boost::optional< uint32_t > modelgbp::dci::RouteTargetDef::getRtAS ( )
inline

Get the value of rtAS if it has been set.

Returns
the value of rtAS or boost::none if not set

References isRtASSet().

Referenced by getRtAS().

◆ getRtAS() [2/2]

uint32_t modelgbp::dci::RouteTargetDef::getRtAS ( uint32_t defaultValue)
inline

Get the value of rtAS if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of rtAS if set, otherwise the value of default passed in

References getRtAS().

◆ getRtIP() [1/2]

boost::optional< const std::string & > modelgbp::dci::RouteTargetDef::getRtIP ( )
inline

Get the value of rtIP if it has been set.

Returns
the value of rtIP or boost::none if not set

References isRtIPSet().

Referenced by getRtIP().

◆ getRtIP() [2/2]

const std::string & modelgbp::dci::RouteTargetDef::getRtIP ( const std::string & defaultValue)
inline

Get the value of rtIP if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of rtIP if set, otherwise the value of default passed in

References getRtIP().

◆ getRtNN() [1/2]

boost::optional< uint32_t > modelgbp::dci::RouteTargetDef::getRtNN ( )
inline

Get the value of rtNN if it has been set.

Returns
the value of rtNN or boost::none if not set

References isRtNNSet().

Referenced by getRtNN().

◆ getRtNN() [2/2]

uint32_t modelgbp::dci::RouteTargetDef::getRtNN ( uint32_t defaultValue)
inline

Get the value of rtNN if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of rtNN if set, otherwise the value of default passed in

References getRtNN().

◆ getTargetAf() [1/2]

boost::optional< const uint8_t > modelgbp::dci::RouteTargetDef::getTargetAf ( )
inline

Get the value of targetAf if it has been set.

Returns
the value of targetAf or boost::none if not set

References isTargetAfSet().

Referenced by getTargetAf().

◆ getTargetAf() [2/2]

const uint8_t modelgbp::dci::RouteTargetDef::getTargetAf ( const uint8_t defaultValue)
inline

Get the value of targetAf if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of targetAf if set, otherwise the value of default passed in

References getTargetAf().

◆ getType() [1/2]

boost::optional< const uint8_t > modelgbp::dci::RouteTargetDef::getType ( )
inline

Get the value of type if it has been set.

Returns
the value of type or boost::none if not set

References isTypeSet().

Referenced by getType().

◆ getType() [2/2]

const uint8_t modelgbp::dci::RouteTargetDef::getType ( const uint8_t defaultValue)
inline

Get the value of type if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of type if set, otherwise the value of default passed in

References getType().

◆ isNameSet()

bool modelgbp::dci::RouteTargetDef::isNameSet ( )
inline

Check whether name has been set.

Returns
true if name has been set

Referenced by getName().

◆ isRtASSet()

bool modelgbp::dci::RouteTargetDef::isRtASSet ( )
inline

Check whether rtAS has been set.

Returns
true if rtAS has been set

Referenced by getRtAS().

◆ isRtIPSet()

bool modelgbp::dci::RouteTargetDef::isRtIPSet ( )
inline

Check whether rtIP has been set.

Returns
true if rtIP has been set

Referenced by getRtIP().

◆ isRtNNSet()

bool modelgbp::dci::RouteTargetDef::isRtNNSet ( )
inline

Check whether rtNN has been set.

Returns
true if rtNN has been set

Referenced by getRtNN().

◆ isTargetAfSet()

bool modelgbp::dci::RouteTargetDef::isTargetAfSet ( )
inline

Check whether targetAf has been set.

Returns
true if targetAf has been set

Referenced by getTargetAf().

◆ isTypeSet()

bool modelgbp::dci::RouteTargetDef::isTypeSet ( )
inline

Check whether type has been set.

Returns
true if type has been set

Referenced by getType().

◆ registerListener() [1/2]

static void modelgbp::dci::RouteTargetDef::registerListener ( opflex::modb::ObjectListener * listener)
inlinestatic

Register a listener that will get called for changes related to this class with the default framework instance.

This listener will be called for any modifications of this class or any transitive children of this class.

Parameters
listenerthe listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered.

References registerListener().

◆ registerListener() [2/2]

static void modelgbp::dci::RouteTargetDef::registerListener ( opflex::ofcore::OFFramework & framework,
opflex::modb::ObjectListener * listener )
inlinestatic

Register a listener that will get called for changes related to this class.

This listener will be called for any modifications of this class or any transitive children of this class.

Parameters
frameworkthe framework instance
listenerthe listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered.

References CLASS_ID.

Referenced by registerListener().

◆ remove() [1/5]

void modelgbp::dci::RouteTargetDef::remove ( )
inline

Remove this instance using the currently-active mutator.

If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.

Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

Referenced by remove(), and remove().

◆ remove() [2/5]

static void modelgbp::dci::RouteTargetDef::remove ( const opflex::modb::URI & uri)
inlinestatic

Remove the RouteTargetDef object with the specified URI using the currently-active mutator and the default framework instance.

If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.

Parameters
urithe URI of the object to remove
Exceptions
std::logic_errorif no mutator is active

References remove().

◆ remove() [3/5]

static void modelgbp::dci::RouteTargetDef::remove ( const std::string & policySpaceName,
const std::string & gbpRoutingDomainName,
const std::string & dciRouteTargetPdefName,
const std::string & dciRouteTargetDefName )
inlinestatic

Remove the RouteTargetDef object with the specified path elements from the managed object store using the default framework instance.

If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.

The object URI generated by this function will take the form: /PolicyUniverse/PolicySpace/[policySpaceName]/GbpRoutingDomain/[gbpRoutingDomainName]/DciRouteTargetPdef/[dciRouteTargetPdefName]/DciRouteTargetDef/[dciRouteTargetDefName]

Parameters
policySpaceNamethe value of policySpaceName, a naming property for Space
gbpRoutingDomainNamethe value of gbpRoutingDomainName, a naming property for RoutingDomain
dciRouteTargetPdefNamethe value of dciRouteTargetPdefName, a naming property for RouteTargetPdef
dciRouteTargetDefNamethe value of dciRouteTargetDefName, a naming property for RouteTargetDef
Exceptions
std::logic_errorif no mutator is active

References remove().

◆ remove() [4/5]

static void modelgbp::dci::RouteTargetDef::remove ( opflex::ofcore::OFFramework & framework,
const opflex::modb::URI & uri )
inlinestatic

Remove the RouteTargetDef object with the specified URI using the currently-active mutator.

If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.

Parameters
frameworkthe framework instance to use
urithe URI of the object to remove
Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

◆ remove() [5/5]

static void modelgbp::dci::RouteTargetDef::remove ( opflex::ofcore::OFFramework & framework,
const std::string & policySpaceName,
const std::string & gbpRoutingDomainName,
const std::string & dciRouteTargetPdefName,
const std::string & dciRouteTargetDefName )
inlinestatic

Remove the RouteTargetDef object with the specified path elements from the managed object store.

If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.

The object URI generated by this function will take the form: /PolicyUniverse/PolicySpace/[policySpaceName]/GbpRoutingDomain/[gbpRoutingDomainName]/DciRouteTargetPdef/[dciRouteTargetPdefName]/DciRouteTargetDef/[dciRouteTargetDefName]

Parameters
frameworkthe framework instance to use
policySpaceNamethe value of policySpaceName, a naming property for Space
gbpRoutingDomainNamethe value of gbpRoutingDomainName, a naming property for RoutingDomain
dciRouteTargetPdefNamethe value of dciRouteTargetPdefName, a naming property for RouteTargetPdef
dciRouteTargetDefNamethe value of dciRouteTargetDefName, a naming property for RouteTargetDef
Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

◆ resolve() [1/4]

static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > modelgbp::dci::RouteTargetDef::resolve ( const opflex::modb::URI & uri)
inlinestatic

Retrieve an instance of RouteTargetDef from the managed object store using the default framework instance.

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.

Parameters
urithe URI of the object to retrieve
Returns
a shared pointer to the object or boost::none if it does not exist.

References CLASS_ID.

◆ resolve() [2/4]

static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > modelgbp::dci::RouteTargetDef::resolve ( const std::string & policySpaceName,
const std::string & gbpRoutingDomainName,
const std::string & dciRouteTargetPdefName,
const std::string & dciRouteTargetDefName )
inlinestatic

Retrieve an instance of RouteTargetDef 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: /PolicyUniverse/PolicySpace/[policySpaceName]/GbpRoutingDomain/[gbpRoutingDomainName]/DciRouteTargetPdef/[dciRouteTargetPdefName]/DciRouteTargetDef/[dciRouteTargetDefName]

Parameters
policySpaceNamethe value of policySpaceName, a naming property for Space
gbpRoutingDomainNamethe value of gbpRoutingDomainName, a naming property for RoutingDomain
dciRouteTargetPdefNamethe value of dciRouteTargetPdefName, a naming property for RouteTargetPdef
dciRouteTargetDefNamethe value of dciRouteTargetDefName, a naming property for RouteTargetDef
Returns
a shared pointer to the object or boost::none if it does not exist.

References resolve().

◆ resolve() [3/4]

static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > modelgbp::dci::RouteTargetDef::resolve ( opflex::ofcore::OFFramework & framework,
const opflex::modb::URI & uri )
inlinestatic

Retrieve an instance of RouteTargetDef from the managed object store.

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.

Parameters
frameworkthe framework instance to use
urithe URI of the object to retrieve
Returns
a shared pointer to the object or boost::none if it does not exist.

References CLASS_ID.

Referenced by resolve(), resolve(), and modelgbp::dci::RouteTargetPdef::resolveDciRouteTargetDef().

◆ resolve() [4/4]

static boost::optional< OF_SHARED_PTR< modelgbp::dci::RouteTargetDef > > modelgbp::dci::RouteTargetDef::resolve ( opflex::ofcore::OFFramework & framework,
const std::string & policySpaceName,
const std::string & gbpRoutingDomainName,
const std::string & dciRouteTargetPdefName,
const std::string & dciRouteTargetDefName )
inlinestatic

Retrieve an instance of RouteTargetDef 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: /PolicyUniverse/PolicySpace/[policySpaceName]/GbpRoutingDomain/[gbpRoutingDomainName]/DciRouteTargetPdef/[dciRouteTargetPdefName]/DciRouteTargetDef/[dciRouteTargetDefName]

Parameters
frameworkthe framework instance to use
policySpaceNamethe value of policySpaceName, a naming property for Space
gbpRoutingDomainNamethe value of gbpRoutingDomainName, a naming property for RoutingDomain
dciRouteTargetPdefNamethe value of dciRouteTargetPdefName, a naming property for RouteTargetPdef
dciRouteTargetDefNamethe value of dciRouteTargetDefName, a naming property for RouteTargetDef
Returns
a shared pointer to the object or boost::none if it does not exist.

References resolve().

◆ setName()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::setName ( const std::string & newValue)
inline

Set name to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setRtAS()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::setRtAS ( uint32_t newValue)
inline

Set rtAS to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setRtIP()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::setRtIP ( const std::string & newValue)
inline

Set rtIP to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setRtNN()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::setRtNN ( uint32_t newValue)
inline

Set rtNN to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setTargetAf()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::setTargetAf ( const uint8_t newValue)
inline

Set targetAf to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setType()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::setType ( const uint8_t newValue)
inline

Set type to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ unregisterListener() [1/2]

static void modelgbp::dci::RouteTargetDef::unregisterListener ( opflex::modb::ObjectListener * listener)
inlinestatic

Unregister a listener from updates to this class from the default framework instance.

Parameters
listenerThe listener to unregister.

References unregisterListener().

◆ unregisterListener() [2/2]

static void modelgbp::dci::RouteTargetDef::unregisterListener ( opflex::ofcore::OFFramework & framework,
opflex::modb::ObjectListener * listener )
inlinestatic

Unregister a listener from updates to this class.

Parameters
frameworkthe framework instance
listenerThe listener to unregister.

References CLASS_ID.

Referenced by unregisterListener().

◆ unsetName()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::unsetName ( )
inline

Unset name in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetRtAS()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::unsetRtAS ( )
inline

Unset rtAS in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetRtIP()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::unsetRtIP ( )
inline

Unset rtIP in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetRtNN()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::unsetRtNN ( )
inline

Unset rtNN in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetTargetAf()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::unsetTargetAf ( )
inline

Unset targetAf in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetType()

modelgbp::dci::RouteTargetDef & modelgbp::dci::RouteTargetDef::unsetType ( )
inline

Unset type in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

The documentation for this class was generated from the following file: