LIBTHEMIS
クラス | 型定義 | 関数
themis 名前空間

クラス

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)
 出力ストリームにメッセージ文字列を出力 [詳解]
 

型定義詳解

◆ Byte

typedef std::uint8_t themis::Byte

◆ DWord

typedef std::uint32_t themis::DWord

◆ Dword

typedef std::uint32_t themis::Dword

◆ Quad

typedef std::uint64_t themis::Quad

◆ SByte

typedef std::int8_t themis::SByte

◆ SDWord

typedef std::int32_t themis::SDWord

◆ SDword

typedef std::int32_t themis::SDword

◆ SQuad

typedef std::int64_t themis::SQuad

◆ SWord

typedef std::int16_t themis::SWord

◆ UByte

typedef std::uint8_t themis::UByte

◆ UDWord

typedef std::uint32_t themis::UDWord

◆ UDword

typedef std::uint32_t themis::UDword

◆ UQuad

typedef std::uint64_t themis::UQuad

◆ UWord

typedef std::uint16_t themis::UWord

◆ Word

typedef std::uint16_t themis::Word

関数詳解

◆ operator<<()

std::ostream & themis::operator<< ( std::ostream &  os,
const Exception ex 
)
inline

出力ストリームにメッセージ文字列を出力

出力ストリームosに、例外exの保持するメッセージ文字列を出力する。