Project Alice
Loading...
Searching...
No Matches
ui::chat_message Struct Reference

#include <gui_graphics.hpp>

Public Member Functions

 chat_message ()=default
 
 chat_message (const chat_message &)=default
 
 chat_message (chat_message &&)=default
 
chat_messageoperator= (const chat_message &)=default
 
chat_messageoperator= (chat_message &&)=default
 
 ~chat_message ()=default
 
bool operator== (chat_message const &o) const
 
bool operator!= (chat_message const &o) const
 

Public Attributes

dcon::nation_id source {}
 
dcon::nation_id target {}
 
std::string body
 

Detailed Description

Definition at line 372 of file gui_graphics.hpp.

Constructor & Destructor Documentation

◆ chat_message() [1/3]

ui::chat_message::chat_message ( )
default

◆ chat_message() [2/3]

ui::chat_message::chat_message ( const chat_message )
default

◆ chat_message() [3/3]

ui::chat_message::chat_message ( chat_message &&  )
default

◆ ~chat_message()

ui::chat_message::~chat_message ( )
default

Member Function Documentation

◆ operator!=()

bool ui::chat_message::operator!= ( chat_message const &  o) const
inline

Definition at line 387 of file gui_graphics.hpp.

◆ operator=() [1/2]

chat_message & ui::chat_message::operator= ( chat_message &&  )
default

◆ operator=() [2/2]

chat_message & ui::chat_message::operator= ( const chat_message )
default

◆ operator==()

bool ui::chat_message::operator== ( chat_message const &  o) const
inline

Definition at line 384 of file gui_graphics.hpp.

Member Data Documentation

◆ body

std::string ui::chat_message::body

Definition at line 375 of file gui_graphics.hpp.

◆ source

dcon::nation_id ui::chat_message::source {}

Definition at line 373 of file gui_graphics.hpp.

◆ target

dcon::nation_id ui::chat_message::target {}

Definition at line 374 of file gui_graphics.hpp.


The documentation for this struct was generated from the following file: