mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
committed by
Christian Helmuth
parent
15141f3ca7
commit
807be83b1b
@ -130,7 +130,14 @@ class Genode::Volatile_object
|
||||
/**
|
||||
* Return true of volatile object contains a constructed object
|
||||
*/
|
||||
bool is_constructed() const { return _constructed; }
|
||||
bool constructed() const { return _constructed; }
|
||||
|
||||
/**
|
||||
* Return true of volatile object contains a constructed object
|
||||
*
|
||||
* \deprecated use 'constructed' instead
|
||||
*/
|
||||
bool is_constructed() const { return constructed(); }
|
||||
|
||||
/**
|
||||
* Access contained object
|
||||
|
Reference in New Issue
Block a user