modelgbp Generated OpFlex Model 1.7.0
modelgbp::gbpe::RoutingDomainDropCounter Class Reference
Inheritance diagram for modelgbp::gbpe::RoutingDomainDropCounter:

Public Member Functions

bool isBytesSet ()
 Check whether bytes has been set.
 
boost::optional< uint64_t > getBytes ()
 Get the value of bytes if it has been set.
 
uint64_t getBytes (uint64_t defaultValue)
 Get the value of bytes if set, otherwise the value of default passed in.
 
modelgbp::gbpe::RoutingDomainDropCountersetBytes (uint64_t newValue)
 Set bytes to the specified value in the currently-active mutator.
 
modelgbp::gbpe::RoutingDomainDropCounterunsetBytes ()
 Unset bytes in the currently-active mutator.
 
bool isGenIdSet ()
 Check whether genId has been set.
 
boost::optional< uint64_t > getGenId ()
 Get the value of genId if it has been set.
 
uint64_t getGenId (uint64_t defaultValue)
 Get the value of genId if set, otherwise the value of default passed in.
 
modelgbp::gbpe::RoutingDomainDropCountersetGenId (uint64_t newValue)
 Set genId to the specified value in the currently-active mutator.
 
modelgbp::gbpe::RoutingDomainDropCounterunsetGenId ()
 Unset genId in the currently-active mutator.
 
bool isPacketsSet ()
 Check whether packets has been set.
 
boost::optional< uint64_t > getPackets ()
 Get the value of packets if it has been set.
 
uint64_t getPackets (uint64_t defaultValue)
 Get the value of packets if set, otherwise the value of default passed in.
 
modelgbp::gbpe::RoutingDomainDropCountersetPackets (uint64_t newValue)
 Set packets to the specified value in the currently-active mutator.
 
modelgbp::gbpe::RoutingDomainDropCounterunsetPackets ()
 Unset packets in the currently-active mutator.
 
bool isRoutingDomainSet ()
 Check whether routingDomain has been set.
 
boost::optional< const std::string & > getRoutingDomain ()
 Get the value of routingDomain if it has been set.
 
const std::string & getRoutingDomain (const std::string &defaultValue)
 Get the value of routingDomain if set, otherwise the value of default passed in.
 
modelgbp::gbpe::RoutingDomainDropCountersetRoutingDomain (const std::string &newValue)
 Set routingDomain to the specified value in the currently-active mutator.
 
modelgbp::gbpe::RoutingDomainDropCounterunsetRoutingDomain ()
 Unset routingDomain in the currently-active mutator.
 
bool isUuidSet ()
 Check whether uuid has been set.
 
boost::optional< const std::string & > getUuid ()
 Get the value of uuid if it has been set.
 
const std::string & getUuid (const std::string &defaultValue)
 Get the value of uuid if set, otherwise the value of default passed in.
 
modelgbp::gbpe::RoutingDomainDropCountersetUuid (const std::string &newValue)
 Set uuid to the specified value in the currently-active mutator.
 
modelgbp::gbpe::RoutingDomainDropCounterunsetUuid ()
 Unset uuid in the currently-active mutator.
 
void remove ()
 Remove this instance using the currently-active mutator.
 
 RoutingDomainDropCounter (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
 Construct an instance of RoutingDomainDropCounter.
 

Static Public Member Functions

static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::RoutingDomainDropCounter > > resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
 Retrieve an instance of RoutingDomainDropCounter from the managed object store.
 
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::RoutingDomainDropCounter > > resolve (const opflex::modb::URI &uri)
 Retrieve an instance of RoutingDomainDropCounter from the managed object store using the default framework instance.
 
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::RoutingDomainDropCounter > > resolve (opflex::ofcore::OFFramework &framework, const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain)
 Retrieve an instance of RoutingDomainDropCounter from the managed object store by constructing its URI from the path elements that lead to it.
 
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::RoutingDomainDropCounter > > resolve (const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain)
 Retrieve an instance of RoutingDomainDropCounter 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 RoutingDomainDropCounter object with the specified URI using the currently-active mutator.
 
static void remove (const opflex::modb::URI &uri)
 Remove the RoutingDomainDropCounter 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 &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain)
 Remove the RoutingDomainDropCounter object with the specified path elements from the managed object store.
 
static void remove (const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain)
 Remove the RoutingDomainDropCounter 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 = 50
 The unique class ID for RoutingDomainDropCounter.
 

Constructor & Destructor Documentation

◆ RoutingDomainDropCounter()

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

Construct an instance of RoutingDomainDropCounter.

This should not typically be called from user code.

References CLASS_ID.

Member Function Documentation

◆ getBytes() [1/2]

boost::optional< uint64_t > modelgbp::gbpe::RoutingDomainDropCounter::getBytes ( )
inline

Get the value of bytes if it has been set.

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

References isBytesSet().

Referenced by getBytes().

◆ getBytes() [2/2]

uint64_t modelgbp::gbpe::RoutingDomainDropCounter::getBytes ( uint64_t defaultValue)
inline

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

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

References getBytes().

◆ getGenId() [1/2]

boost::optional< uint64_t > modelgbp::gbpe::RoutingDomainDropCounter::getGenId ( )
inline

Get the value of genId if it has been set.

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

References isGenIdSet().

Referenced by getGenId().

◆ getGenId() [2/2]

uint64_t modelgbp::gbpe::RoutingDomainDropCounter::getGenId ( uint64_t defaultValue)
inline

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

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

References getGenId().

◆ getPackets() [1/2]

boost::optional< uint64_t > modelgbp::gbpe::RoutingDomainDropCounter::getPackets ( )
inline

Get the value of packets if it has been set.

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

References isPacketsSet().

Referenced by getPackets().

◆ getPackets() [2/2]

uint64_t modelgbp::gbpe::RoutingDomainDropCounter::getPackets ( uint64_t defaultValue)
inline

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

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

References getPackets().

◆ getRoutingDomain() [1/2]

boost::optional< const std::string & > modelgbp::gbpe::RoutingDomainDropCounter::getRoutingDomain ( )
inline

Get the value of routingDomain if it has been set.

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

References isRoutingDomainSet().

Referenced by getRoutingDomain().

◆ getRoutingDomain() [2/2]

const std::string & modelgbp::gbpe::RoutingDomainDropCounter::getRoutingDomain ( const std::string & defaultValue)
inline

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

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

References getRoutingDomain().

◆ getUuid() [1/2]

boost::optional< const std::string & > modelgbp::gbpe::RoutingDomainDropCounter::getUuid ( )
inline

Get the value of uuid if it has been set.

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

References isUuidSet().

Referenced by getUuid().

◆ getUuid() [2/2]

const std::string & modelgbp::gbpe::RoutingDomainDropCounter::getUuid ( const std::string & defaultValue)
inline

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

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

References getUuid().

◆ isBytesSet()

bool modelgbp::gbpe::RoutingDomainDropCounter::isBytesSet ( )
inline

Check whether bytes has been set.

Returns
true if bytes has been set

Referenced by getBytes().

◆ isGenIdSet()

bool modelgbp::gbpe::RoutingDomainDropCounter::isGenIdSet ( )
inline

Check whether genId has been set.

Returns
true if genId has been set

Referenced by getGenId().

◆ isPacketsSet()

bool modelgbp::gbpe::RoutingDomainDropCounter::isPacketsSet ( )
inline

Check whether packets has been set.

Returns
true if packets has been set

Referenced by getPackets().

◆ isRoutingDomainSet()

bool modelgbp::gbpe::RoutingDomainDropCounter::isRoutingDomainSet ( )
inline

Check whether routingDomain has been set.

Returns
true if routingDomain has been set

Referenced by getRoutingDomain().

◆ isUuidSet()

bool modelgbp::gbpe::RoutingDomainDropCounter::isUuidSet ( )
inline

Check whether uuid has been set.

Returns
true if uuid has been set

Referenced by getUuid().

◆ registerListener() [1/2]

static void modelgbp::gbpe::RoutingDomainDropCounter::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::gbpe::RoutingDomainDropCounter::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::gbpe::RoutingDomainDropCounter::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::gbpe::RoutingDomainDropCounter::remove ( const opflex::modb::URI & uri)
inlinestatic

Remove the RoutingDomainDropCounter 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::gbpe::RoutingDomainDropCounter::remove ( const std::string & gbpeRoutingDomainDropCounterUuid,
uint64_t gbpeRoutingDomainDropCounterGenId,
const std::string & gbpeRoutingDomainDropCounterRoutingDomain )
inlinestatic

Remove the RoutingDomainDropCounter 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: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]

Parameters
gbpeRoutingDomainDropCounterUuidthe value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterGenIdthe value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterRoutingDomainthe value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter
Exceptions
std::logic_errorif no mutator is active

References remove().

◆ remove() [4/5]

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

Remove the RoutingDomainDropCounter 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::gbpe::RoutingDomainDropCounter::remove ( opflex::ofcore::OFFramework & framework,
const std::string & gbpeRoutingDomainDropCounterUuid,
uint64_t gbpeRoutingDomainDropCounterGenId,
const std::string & gbpeRoutingDomainDropCounterRoutingDomain )
inlinestatic

Remove the RoutingDomainDropCounter 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: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]

Parameters
frameworkthe framework instance to use
gbpeRoutingDomainDropCounterUuidthe value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterGenIdthe value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterRoutingDomainthe value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter
Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

◆ resolve() [1/4]

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

Retrieve an instance of RoutingDomainDropCounter 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::gbpe::RoutingDomainDropCounter > > modelgbp::gbpe::RoutingDomainDropCounter::resolve ( const std::string & gbpeRoutingDomainDropCounterUuid,
uint64_t gbpeRoutingDomainDropCounterGenId,
const std::string & gbpeRoutingDomainDropCounterRoutingDomain )
inlinestatic

Retrieve an instance of RoutingDomainDropCounter 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: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]

Parameters
gbpeRoutingDomainDropCounterUuidthe value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterGenIdthe value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterRoutingDomainthe value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter
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::gbpe::RoutingDomainDropCounter > > modelgbp::gbpe::RoutingDomainDropCounter::resolve ( opflex::ofcore::OFFramework & framework,
const opflex::modb::URI & uri )
inlinestatic

Retrieve an instance of RoutingDomainDropCounter 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::observer::PolicyStatUniverse::resolveGbpeRoutingDomainDropCounter().

◆ resolve() [4/4]

static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::RoutingDomainDropCounter > > modelgbp::gbpe::RoutingDomainDropCounter::resolve ( opflex::ofcore::OFFramework & framework,
const std::string & gbpeRoutingDomainDropCounterUuid,
uint64_t gbpeRoutingDomainDropCounterGenId,
const std::string & gbpeRoutingDomainDropCounterRoutingDomain )
inlinestatic

Retrieve an instance of RoutingDomainDropCounter 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: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]

Parameters
frameworkthe framework instance to use
gbpeRoutingDomainDropCounterUuidthe value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterGenIdthe value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter
gbpeRoutingDomainDropCounterRoutingDomainthe value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter
Returns
a shared pointer to the object or boost::none if it does not exist.

References resolve().

◆ setBytes()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::setBytes ( uint64_t newValue)
inline

Set bytes 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

◆ setGenId()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::setGenId ( uint64_t newValue)
inline

Set genId 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

◆ setPackets()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::setPackets ( uint64_t newValue)
inline

Set packets 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

◆ setRoutingDomain()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::setRoutingDomain ( const std::string & newValue)
inline

Set routingDomain 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

◆ setUuid()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::setUuid ( const std::string & newValue)
inline

Set uuid 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::gbpe::RoutingDomainDropCounter::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::gbpe::RoutingDomainDropCounter::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().

◆ unsetBytes()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::unsetBytes ( )
inline

Unset bytes 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

◆ unsetGenId()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::unsetGenId ( )
inline

Unset genId 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

◆ unsetPackets()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::unsetPackets ( )
inline

Unset packets 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

◆ unsetRoutingDomain()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::unsetRoutingDomain ( )
inline

Unset routingDomain 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

◆ unsetUuid()

modelgbp::gbpe::RoutingDomainDropCounter & modelgbp::gbpe::RoutingDomainDropCounter::unsetUuid ( )
inline

Unset uuid 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: