|
SObjectizer
5.8
|
Wrapper around a pointer to partially constructed agent. More...
#include <agent_tuning_options.hpp>
Public Member Functions | |
| partially_constructed_agent_ptr_t (agent_t *ptr) | |
| agent_t * | ptr () const noexcept |
Private Attributes | |
| agent_t * | m_ptr |
Wrapper around a pointer to partially constructed agent.
This type is used as indicator that a pointer to agent can be transferred or stored somewhere, but shouldn't be used because the agent isn't fully constructed yet.
Definition at line 33 of file agent_tuning_options.hpp.
|
inlineexplicit |
Definition at line 38 of file agent_tuning_options.hpp.
|
inlinenodiscardnoexcept |
Definition at line 44 of file agent_tuning_options.hpp.
|
private |
Definition at line 35 of file agent_tuning_options.hpp.