Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
MunMonitorServer Class Reference

mun_monitorサーバ本体の制御クラス. More...

#include <MunMonitorServer.hpp>

Public Member Functions

 MunMonitorServer ()
 コンストラクタ More...
 
virtual ~MunMonitorServer ()
 デストラクタ More...
 
virtual void SetupConfigure (int argc, char **pArgv)
 サーバ設定. More...
 
virtual void Run ()
 メインループ.
 

Protected Member Functions

virtual bool Initialize ()
 初期化処理. More...
 
virtual void Update ()
 更新処理.
 
virtual void Finalize ()
 終了処理.
 

Detailed Description

mun_monitorサーバ本体の制御クラス.

Constructor & Destructor Documentation

MunMonitorServer::MunMonitorServer ( )

コンストラクタ

コンストラクタ.

MunMonitorServer::~MunMonitorServer ( )
virtual

デストラクタ

デストラクタ.

Here is the call graph for this function:

Member Function Documentation

bool MunMonitorServer::Initialize ( )
protectedvirtual

初期化処理.

Returns
初期化成功時には true、失敗時には false を設定。

Here is the call graph for this function:

Here is the caller graph for this function:

void MunMonitorServer::SetupConfigure ( int  argc,
char **  pArgv 
)
virtual

サーバ設定.

Parameters
argc引数の数.
pArgv引数の値の配列.

Here is the call graph for this function:


The documentation for this class was generated from the following files: