#include <core/alien/data/Universal.h>
Public Member Functions | |
| template<typename... T> | |
| UniversalObject (T &... t) | |
| Constructor. | |
Public Attributes | |
| std::pair< std::shared_ptr< U >, bool > | m_value |
| The object with its instancied flag. | |
Universal object.
| U | The type of the object |
Definition at line 49 of file Universal.h.
|
inline |
Constructor.
| T | The type of the further objects |
| [in] | t | The objects |
Definition at line 57 of file Universal.h.
References m_value.
Referenced by Alien::Universal< U >::Universal().
| std::pair<std::shared_ptr<U>, bool> Alien::UniversalObject< U >::m_value |
The object with its instancied flag.
Definition at line 61 of file Universal.h.
Referenced by Alien::Universal< U >::Universal(), and UniversalObject().