Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
alt::Message クラス

#include <WorkerTemplate.hpp>

公開メンバ関数

 Message ()
 
virtual ~Message ()
 
int GetCommand ()
 
int GetFrom ()
 
int GetTo ()
 
void SetCommand (int command)
 
void SetFrom (int from)
 
void SetTo (int to)
 

非公開変数類

int _command
 
int _from
 
int _to
 

詳解

WorkerTemplate.hpp46 行目に定義があります。

構築子と解体子

◆ Message()

alt::Message::Message ( )
inline

WorkerTemplate.hpp49 行目に定義があります。

参照先 _command, _from, _to.

◆ ~Message()

virtual alt::Message::~Message ( )
inlinevirtual

WorkerTemplate.hpp56 行目に定義があります。

関数詳解

◆ GetCommand()

int alt::Message::GetCommand ( )
inline

WorkerTemplate.hpp64 行目に定義があります。

参照先 _command.

◆ GetFrom()

int alt::Message::GetFrom ( )
inline

WorkerTemplate.hpp58 行目に定義があります。

参照先 _from.

◆ GetTo()

int alt::Message::GetTo ( )
inline

WorkerTemplate.hpp61 行目に定義があります。

参照先 _to.

◆ SetCommand()

void alt::Message::SetCommand ( int  command)
inline

WorkerTemplate.hpp65 行目に定義があります。

参照先 _command.

◆ SetFrom()

void alt::Message::SetFrom ( int  from)
inline

WorkerTemplate.hpp59 行目に定義があります。

参照先 _from.

◆ SetTo()

void alt::Message::SetTo ( int  to)
inline

WorkerTemplate.hpp62 行目に定義があります。

参照先 _to.

メンバ詳解

◆ _command

int alt::Message::_command
private

WorkerTemplate.hpp70 行目に定義があります。

参照元 Message(), GetCommand(), SetCommand().

◆ _from

int alt::Message::_from
private

WorkerTemplate.hpp68 行目に定義があります。

参照元 Message(), GetFrom(), SetFrom().

◆ _to

int alt::Message::_to
private

WorkerTemplate.hpp69 行目に定義があります。

参照元 Message(), GetTo(), SetTo().


このクラス詳解は次のファイルから抽出されました: