|
Theolizer
Version.1.2.0
serializer for C++ / Do you want to update your classes easily ?
|
Theolizerシステム部 [詳解]

クラス | |
| class | theolizer::WorkingLog |
| 動作ログ用のクラス [詳解] | |
| class | theolizer::WorkingLog::LogStream |
| ログ出力用のストリーム・クラス [詳解] | |
| struct | theolizer::WorkingLog::LineHeader |
| 行ヘッダ情報 [詳解] | |
| class | theolizer::ErrorInfo |
| エラー情報 [詳解] | |
| class | theolizer::ErrorReporter |
| class | theolizer::internal::ErrorBase |
| エラー管理用クラス(シリアライザが継承する) [詳解] | |
名前空間 | |
| theolizer | |
| theolizer名前空間 | |
マクロ定義 | |
| #define | THEOLIZER_ERRORLOG_FILE(dErrorLogName) |
| エラー・ログの有効化 [詳解] | |
関数 | |
| template<typename... tParams> | |
| u8string | theolizer::print (u8string const &iFormat, tParams... iParams) |
| boost::formatのラッパ。 [詳解] | |
| THEOLIZER_INTERNAL_DLL std::ostream & | theolizer::operator<< (std::ostream &iOStream, ErrorType iErrorType) |
| エラー種別をシンボル名で出力する | |
| THEOLIZER_INTERNAL_DLL std::ostream & | theolizer::operator<< (std::ostream &iOStream, ErrorKind iErrorKind) |
| エラー分類をシンボル名で出力する | |
| THEOLIZER_INTERNAL_DLL std::ostream & | theolizer::operator<< (std::ostream &iOStream, ErrorInfo iErrorInfo) |
| エラーの内容を出力する | |
Theolizerシステム部
①Theolizerからのエラー返却
エラー・コード
エラー通知用構造体
エラー・ログ
エラー通知用例外(エラー・ログが無い時、例外で通知)
②Theolizerの稼働記録
Theolizerログ
③デバッグ・ツール
ASSERT/ABORTマクロ
report.h に定義があります。