| Last change
 on this file since 820 was             818, checked in by イグトランス (egtra), 15 years ago | 
        
          | 
Jenga/common/String.hに対するテストを追加
 | 
        
          | File size:
            546 bytes | 
      
      
| Line |  | 
|---|
| 1 | #include <string> | 
|---|
| 2 | #include <vector> | 
|---|
| 3 |  | 
|---|
| 4 | #pragma once | 
|---|
| 5 |  | 
|---|
| 6 | namespace Jenga{ | 
|---|
| 7 | namespace Common{ | 
|---|
| 8 |  | 
|---|
| 9 |  | 
|---|
| 10 | typedef std::vector<std::string> Strings; | 
|---|
| 11 |  | 
|---|
| 12 | bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr ); | 
|---|
| 13 |  | 
|---|
| 14 | std::string& StringReplace( std::string& str, const std::string &sb, const std::string &sa ); | 
|---|
| 15 |  | 
|---|
| 16 | std::string ToString( int n ); | 
|---|
| 17 | std::string ToString( const std::wstring &wstr ); | 
|---|
| 18 | std::wstring ToWString( const std::string &str ); | 
|---|
| 19 |  | 
|---|
| 20 | bool IsIdentifierTopChar( char c ); | 
|---|
| 21 | bool IsIdentifierChar( char c ); | 
|---|
| 22 |  | 
|---|
| 23 | } | 
|---|
| 24 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.