oaUInt8RangeValue Class Reference

Inheritance diagram for oaUInt8RangeValue:

oaValue oaObject


Public Methods

void get (oaUInt8Range &value) const
void set (const oaUInt8Range &value)

Static Public Methods

oaUInt8RangeValue * create (oaObject *database, const oaUInt8Range &value)

Detailed Description

This class implements oaValue functionality for the instantiation of the oaRange template class with the oaUInt8 type.


Member Function Documentation

oaUInt8RangeValue * oaUInt8RangeValue::create oaObject *    database,
const oaUInt8Range &    value
[static]
 

This function creates an UInt8 range value in the specified database.

Parameters:
database The database in which the intValue is created.
value The range to create the range value with.

void oaUInt8RangeValue::get oaUInt8Range &    value const
 

This function returns the UInt8 range value of this object.

Parameters:
value The UInt8 range of this object.

void oaUInt8RangeValue::set const oaUInt8Range &    value
 

This function sets the value of this object to the specified UInt8 range.

Parameters:
value The UInt8 range that is set on this object.


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

Return to top of page