Named region class. More...
#include <mi32/namedrgn.h>

Public Member Functions | |
| NAMEDREGION (const NAMEDREGION &rhs) | |
| NAMEDREGION () | |
| const RVC::DESCRIPTOR & | GetDescriptor () const |
| ERRVALUE | Load (const RVC::OBJITEM &objitem) |
| NAMEDREGION & | operator= (const NAMEDREGION &rhs) |
| ERRVALUE | SetDescriptor (const RVC::DESCRIPTOR &Descriptor) |
Named region class.
| NAMEDREGION::NAMEDREGION | ( | ) |
Default constructor.
| NAMEDREGION::NAMEDREGION | ( | const NAMEDREGION & | rhs | ) |
Copy constructor.
| const RVC::DESCRIPTOR& NAMEDREGION::GetDescriptor | ( | ) | const |
Get region descriptor.
| ERRVALUE NAMEDREGION::Load | ( | const RVC::OBJITEM & | objitem | ) |
Attach region to RVC object and load into memory.
| NAMEDREGION& NAMEDREGION::operator= | ( | const NAMEDREGION & | rhs | ) |
Assignment from NAMEDREGION.
Reimplemented from RVC::REGION.
| ERRVALUE NAMEDREGION::SetDescriptor | ( | const RVC::DESCRIPTOR & | Descriptor | ) |
Set region descriptor.
If region is bound to an object the object will be changed.
1.6.1