Capability allocator interface.
More...
Capability allocator interface.
Definition at line 40 of file cap_alloc.
◆ alloc() [1/2]
virtual L4::Cap<void> L4Re::Cap_alloc::alloc |
( |
| ) |
|
throw | ( | |
| ) | | |
|
pure virtual |
◆ alloc() [2/2]
template<typename T >
L4::Cap<T> L4Re::Cap_alloc::alloc |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ free()
virtual void L4Re::Cap_alloc::free |
( |
L4::Cap< void > |
cap | ) |
|
throw | ( | |
| ) | | |
|
pure virtual |
◆ get_cap_alloc()
template<typename CAP_ALLOC >
Construct an instance of a capability allocator.
- Parameters
-
- Returns
- Instance of a capability allocator.
Definition at line 85 of file cap_alloc.
References alloc(), and free().
The documentation for this class was generated from the following file: