oaUInt8Value Class Reference

Inheritance diagram for oaUInt8Value:

oaValue oaObject


Public Methods

oaUInt8 get () const
void set (oaUInt8 value)

Static Public Methods

oaUInt8Value * create (oaObject *database, oaUInt8 value)

Detailed Description

This class implements oaValue functionality for oaUInt8 integers. It is declared in the oaBase module.


Member Function Documentation

oaUInt8Value * oaUInt8Value::create oaObject *    database,
oaUInt8    value
[static]
 

This function creates an UInt8 value in the specified database.

Parameters:
database The database in which the intValue is created.
value The UInt8 value.

oaUInt8 oaUInt8Value::get   const
 

This function returns the value of this class.

void oaUInt8Value::set oaUInt8    value
 

This function sets this value to the specified UInt8 value.

Parameters:
value The UInt8 value.


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

Return to top of page