Sound Lib: SoundLib::Common クラス

Sound Lib

Sound Lib
C/C++Windowsゲーム用音声再生ライブラリ
SoundLib::Common クラス

ライブラリ内共通処理クラス [詳解]

#include <Common.h>

静的公開メンバ関数

static const char * ToChar (const wchar_t *pSrc)
 wchar_t文字列をcharに変換する。 [詳解]
 
template<class... Args>
static void OutputDebugString (const char *pStr, Args... args)
 デバッグログを出力する。 [詳解]
 

詳解

ライブラリ内共通処理クラス

関数詳解

◆ OutputDebugString()

template<class... Args>
static void SoundLib::Common::OutputDebugString ( const char *  pStr,
Args...  args 
)
inlinestatic

デバッグログを出力する。

引数
pStr出力文字列
args置換して差し込む値

◆ ToChar()

const char * SoundLib::Common::ToChar ( const wchar_t *  pSrc)
static

wchar_t文字列をcharに変換する。

引数
pSrc変換元文字列へのポインタ
戻り値
wchar_tに変換した文字列へのポインタ

メソッド内で必要なサイズのメモリ確保を行い、変換後の文字列を生成します。

呼び出し元では不要になったタイミングで返却値のポインタのメモリ解放を行って下さい。


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