tec::UserLoginEvent
#include <events.hpp>
Public Functions
| Name | |
|---|---|
| UserLoginEvent() =default | |
| UserLoginEvent(proto::UserLogin user_login) | |
| void | In(proto::UserLogin user_login) |
| void | Out(proto::UserLogin & user_login) |
| proto::UserLogin | Out() |
Public Attributes
| Name | |
|---|---|
| std::string | username |
| std::string | password |
Public Functions Documentation
function UserLoginEvent
UserLoginEvent() =default
function UserLoginEvent
inline UserLoginEvent(
proto::UserLogin user_login
)
function In
inline void In(
proto::UserLogin user_login
)
function Out
inline void Out(
proto::UserLogin & user_login
)
function Out
inline proto::UserLogin Out()
Public Attributes Documentation
variable username
std::string username;
variable password
std::string password;
Updated on 2022-07-24 at 19:27:35 +0000