|
LIBTHEMIS
|
クラス | |
| class | EmptyException |
| 空の例外クラス [詳解] | |
| class | Exception |
| メッセージ文字列を持つ例外クラス [詳解] | |
| class | Listener |
| イベントE_をTalker<E_>から通知されて處理するクラスの基底 [詳解] | |
| class | Managed |
| 被管理者基底クラス [詳解] | |
| class | Manager |
| 管理者クラス [詳解] | |
| class | StringConverter |
| 文字列變換クラス [詳解] | |
| class | Talker |
| イベント E_ を Listener<E_> に一齊通知するクラスの基底 [詳解] | |
型定義 | |
| typedef std::uint8_t | Byte |
| typedef std::uint8_t | UByte |
| typedef std::int8_t | SByte |
| typedef std::uint16_t | Word |
| typedef std::uint16_t | UWord |
| typedef std::int16_t | SWord |
| typedef std::uint32_t | DWord |
| typedef std::uint32_t | UDWord |
| typedef std::int32_t | SDWord |
| typedef std::uint32_t | Dword |
| typedef std::uint32_t | UDword |
| typedef std::int32_t | SDword |
| typedef std::uint64_t | Quad |
| typedef std::uint64_t | UQuad |
| typedef std::int64_t | SQuad |
関数 | |
| std::ostream & | operator<< (std::ostream &os, const Exception &ex) |
| 出力ストリームにメッセージ文字列を出力 [詳解] | |
| typedef std::uint8_t themis::Byte |
| typedef std::uint32_t themis::DWord |
| typedef std::uint32_t themis::Dword |
| typedef std::uint64_t themis::Quad |
| typedef std::int8_t themis::SByte |
| typedef std::int32_t themis::SDWord |
| typedef std::int32_t themis::SDword |
| typedef std::int64_t themis::SQuad |
| typedef std::int16_t themis::SWord |
| typedef std::uint8_t themis::UByte |
| typedef std::uint32_t themis::UDWord |
| typedef std::uint32_t themis::UDword |
| typedef std::uint64_t themis::UQuad |
| typedef std::uint16_t themis::UWord |
| typedef std::uint16_t themis::Word |
|
inline |
出力ストリームにメッセージ文字列を出力
出力ストリームosに、例外exの保持するメッセージ文字列を出力する。
1.8.14