C++ implementation of state word in the vCPU area.
More...
Public Member Functions |
| | State (l4vcpu_state_t v) |
| | Initialize state.
|
| void | add (unsigned bits) throw () |
| | Add flags.
|
| void | clear (unsigned bits) throw () |
| | Clear flags.
|
| void | set (l4vcpu_state_t v) throw () |
| | Set flags.
|
Detailed Description
C++ implementation of state word in the vCPU area.
Definition at line 31 of file vcpu.
Constructor & Destructor Documentation
| L4vcpu::State::State |
( |
l4vcpu_state_t |
v | ) |
|
|
inlineexplicit |
Initialize state.
- Parameters
-
Definition at line 41 of file vcpu.
Member Function Documentation
| void L4vcpu::State::add |
( |
unsigned |
bits | ) |
throw () |
|
inline |
Add flags.
- Parameters
-
| bits | Bits to add to the word. |
Definition at line 48 of file vcpu.
| void L4vcpu::State::clear |
( |
unsigned |
bits | ) |
throw () |
|
inline |
Clear flags.
- Parameters
-
| bits | Bits to clear in the word. |
Definition at line 55 of file vcpu.
| void L4vcpu::State::set |
( |
l4vcpu_state_t |
v | ) |
throw () |
|
inline |
Set flags.
- Parameters
-
| v | Set the word to the value of v. |
Definition at line 62 of file vcpu.
The documentation for this class was generated from the following file: