ランタイム
String.h File Reference

文字列クラスインクルードファイル More...

#include <vector>
Include dependency graph for String.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

文字列クラスインクルードファイル