LIBTHEMIS
クラス | 名前空間 | 関数
except.h ファイル

例外情報格納クラス [詳解]

#include <string>
#include <iostream>
#include <exception>
except.h の依存先関係図:

[ソースコード]

クラス

class  themis::EmptyException
 空の例外クラス [詳解]
 
class  themis::Exception
 メッセージ文字列を持つ例外クラス [詳解]
 

名前空間

 themis
 

関数

std::ostream & themis::operator<< (std::ostream &os, const Exception &ex)
 出力ストリームにメッセージ文字列を出力 [詳解]
 

詳解

例外情報格納クラス

著者
oZ/acy (名賀月晃嗣)
日付
2016.3.2 C++11對應