Stores an universal object. More...
#include <core/alien/data/Universal.h>
Public Member Functions | |
| template<typename... T> | |
| Universal (T &... t) | |
| Constructor. | |
| void | first_time (std::function< void(U &)> f) |
Additional Inherited Members | |
| Private Member Functions inherited from Alien::UniversalObject< U > | |
| template<typename... T> | |
| UniversalObject (T &... t) | |
| Constructor. | |
| Private Attributes inherited from Alien::UniversalObject< U > | |
| std::pair< std::shared_ptr< U >, bool > | m_value |
| The object with its instancied flag. | |
Stores an universal object.
| U | The type of the universal object |
Definition at line 72 of file Universal.h.
Constructor.
| T | The type of the further objects |
| [in] | t | The objects |
Definition at line 82 of file Universal.h.
References Alien::UniversalObject< U >::m_value, and Alien::UniversalObject< U >::UniversalObject().
|
inline |
Definition at line 98 of file Universal.h.