SophiaFramework UNIVERSE 5.3 |
ASSERT / VERIFY / TRACE マクロ機能を提供します。
パブリック関数 | |
---|---|
static Bool |
Assert(
Bool success
, ACharConstPtr file
, SInt32 line
) ASSERT / ERIFY / TRACE マクロを実現する関数です
|
[ public, static ] Bool Assert( Bool success ACharConstPtr file SInt32 line );
success が true の時、メッセージを BREW シミュレータの出力ウィンドウに表示します。
メッセージの表示に使うファイル名です。
メッセージの表示に使う行番号です。
success を返します。
デバッグするときは、Assert 関数ではなく、ASSERT / ERIFY / TRACE マクロを使います。
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |