#include <irc/prefix.hpp>
irc::message prefix.
Represented by either a server's hostname, e.g. irc.freenode.net, or an user hostmask, with the format nickname!username@hostname.
Public Member Functions | |
| prefix (optional_string nick_, optional_string user_, optional_string host_) | |
| Constructor. More... | |
| prefix (optional_string nick_) | |
| Constructor. More... | |
| prefix ()=default | |
| Default constructor. More... | |
| prefix (prefix &&)=default | |
| Copy constructor. More... | |
| prefix (const prefix &)=default | |
| Copy constructor. More... | |
| prefix & | operator= (prefix &&)=default |
| Assignment operator. More... | |
| prefix & | operator= (const prefix &)=default |
| Assignment operator. More... | |
| irc::prefix::prefix | ( | optional_string | nick_, |
| optional_string | user_, | ||
| optional_string | host_ | ||
| ) |
Constructor.
| nick_ | User nickname. |
| user_ | User name. |
| host_ | User hostname. |
| irc::prefix::prefix | ( | optional_string | nick_ | ) |
Constructor.
| nick_ | User nickname. |
|
default |
Default constructor.
|
default |
Copy constructor.
|
default |
Copy constructor.