EnglishJapanese Reload Front page List of pages Search Recent changes RSS of recent changes

Back to the top page
Back to the upper page

Function members

public

  • TArtCore()
  • ~TArtCore()
  • static void* Info(const char* cname, const char* fmt, ...)
  • static void Debug(const char* cname, const char* fmt, ...)
  • static void Error(const char* cname, const char* fmt, ...)
  • static void Warning(const char* cname, const char* fmt, ...)

private

Function Documents

  • Info(const char* cname, const char* fmt, ... )

メッセージを表示します。
Format : " RIBFROOT-M : [cname] fmt \n"

  • Debug(const char* cname, const char* fmt, ... )

デバッグメッセージを表示します。
Format : " RIBFROOT-Debug : [cname] fmt \n"

  • Error(const char* cname, const char* fmt, ...)

エラーメッセージを表示し、その後の処理を選択された値を元に行います。
Format : " RIBFROOT-Error : [cname] fmt \n";
Processing : [q] : abort, [n] : do not stop any more, others : continue.

  • Warning(const char* cname, const char* fmt, ...)

警告メッセージを表示します。
Format : " RIBFROOT-Warn : [cname] fmt \n";

Last-modified: Mon, 29 Oct 2012 15:55:15 JST (4350d)