Theolizer  Version.1.2.0
serializer for C++ / Do you want to update your classes easily ?
theolizer::u8string::b_string クラス

#include <u8string.h>

公開メンバ関数

 b_string (u8string const &iString)
 
 operator char const * ()
 
 operator const wchar_t * ()
 
 operator const char16_t * ()
 
 operator const char32_t * ()
 

詳解

各char*型への変換補助クラス

u8string.h496 行目に定義があります。

構築子と解体子

§ b_string()

theolizer::u8string::b_string::b_string ( u8string const &  iString)
inline

コンストラクタ

u8string.h506 行目に定義があります。

関数詳解

§ operator char const *()

theolizer::u8string::b_string::operator char const * ( )
inline

キャスト演算子

u8string.h509 行目に定義があります。

§ operator const char16_t *()

theolizer::u8string::b_string::operator const char16_t * ( )
inline

キャスト演算子

u8string.h513 行目に定義があります。

§ operator const char32_t *()

theolizer::u8string::b_string::operator const char32_t * ( )
inline

キャスト演算子

u8string.h515 行目に定義があります。

§ operator const wchar_t *()

theolizer::u8string::b_string::operator const wchar_t * ( )
inline

キャスト演算子

u8string.h511 行目に定義があります。


このクラス詳解は次のファイルから抽出されました: