ランタイム
|
文字列クラスインクルードファイル More...
#include <vector>
Go to the source code of this file.
Classes | |
class | Mix::StringW |
文字列クラス( ユニコード ) More... | |
class | Mix::StringA |
文字列クラス( マルチバイト ) More... | |
Namespaces | |
Mix | |
ミックス | |
Typedefs | |
typedef StringW | Mix::String |
文字列 More... | |
typedef std::vector< Mix::StringA, Mix::Memory::STLAllocator< Mix::Memory::SECTION_GENERAL, Mix::StringA > > | Mix::StringListA |
マルチバイト文字列リスト More... | |
typedef std::vector< Mix::StringW, Mix::Memory::STLAllocator< Mix::Memory::SECTION_GENERAL, Mix::StringW > > | Mix::StringListW |
ワイド文字列リスト More... | |
typedef StringListW | Mix::StringList |
文字列リスト More... | |
文字列クラスインクルードファイル