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

プロセスID管理ファイル制御クラス. More...

#include <MunGenPidFile.hpp>

Static Public Member Functions

static bool Create (std::string processName)
 PIDファイルの作成. More...
 
static bool Remove ()
 PIDファイルの削除. More...
 

Detailed Description

プロセスID管理ファイル制御クラス.

Member Function Documentation

bool MunGenPidFile::Create ( std::string  processName)
static

PIDファイルの作成.

プロセスID管理ファイルの作成.

Parameters
processNameプロセス名.
Returns
作成に成功したら true、失敗したら false を返す。

Here is the caller graph for this function:

bool MunGenPidFile::Remove ( )
static

PIDファイルの削除.

プロセスID管理ファイルの削除.

Returns
削除に成功したら true、失敗したら false を返す。

Here is the caller graph for this function:


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