#include <agent_editor.h>
Public Attributes | |
std::string | session_id |
std::string | session_name |
std::vector< std::string > | participants |
Definition at line 138 of file agent_editor.h.
std::string yaze::editor::AgentEditor::SessionInfo::session_id |
Definition at line 139 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::GetCurrentSession(), yaze::editor::AgentEditor::HostSession(), yaze::editor::AgentEditor::JoinSession(), and yaze::editor::AgentEditor::RefreshSession().
std::string yaze::editor::AgentEditor::SessionInfo::session_name |
Definition at line 140 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::GetCurrentSession(), yaze::editor::AgentEditor::HostSession(), yaze::editor::AgentEditor::JoinSession(), and yaze::editor::AgentEditor::RefreshSession().
std::vector<std::string> yaze::editor::AgentEditor::SessionInfo::participants |
Definition at line 141 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::GetCurrentSession(), yaze::editor::AgentEditor::HostSession(), yaze::editor::AgentEditor::JoinSession(), and yaze::editor::AgentEditor::RefreshSession().