SObjectizer 5.8
Loading...
Searching...
No Matches
agent_identity.hpp File Reference

Types related to agents identity (name). More...

#include <so_5/declspec.hpp>
#include <so_5/fwd.hpp>
#include <array>
#include <iostream>
#include <string>
#include <string_view>
#include <variant>

Go to the source code of this file.

Classes

class  so_5::agent_identity_t
 Helper class for holding agent's identity (name or pointer). More...
 
struct  so_5::agent_identity_t::pointer_only_t
 Type for case when agent has no user-provided name. More...
 
struct  so_5::agent_identity_t::actual_name_t
 Type for case when agent has user-provided name. More...
 
struct  so_5::agent_identity_t::to_string_visitor_t
 
struct  so_5::agent_identity_t::to_ostream_visitor_t
 

Namespaces

namespace  so_5
 Private part of message limit implementation.
 

Detailed Description

Types related to agents identity (name).

Definition in file agent_identity.hpp.