Browse Subversion Repository
Contents of /jpinput/JpString.h
Parent Directory
| Revision Log
Revision 191 -
( show annotations)
( download)
( as text)
Fri Jan 4 02:49:36 2008 UTC
(16 years, 3 months ago)
by satofumi
File MIME type: text/x-chdr
File size: 413 byte(s)
using namespace beego
| 1 |
#ifndef JP_STRING_H |
| 2 |
#define JP_STRING_H |
| 3 |
|
| 4 |
/*! |
| 5 |
\file |
| 6 |
\brief 日本語文字列の格納 |
| 7 |
|
| 8 |
\author Satofumi KAMIMURA |
| 9 |
|
| 10 |
$Id$ |
| 11 |
*/ |
| 12 |
|
| 13 |
namespace beego { |
| 14 |
|
| 15 |
/*! |
| 16 |
\brief 日本語文字列の格納クラス |
| 17 |
*/ |
| 18 |
class JpString { |
| 19 |
|
| 20 |
public: |
| 21 |
|
| 22 |
// !!! 配列形式での文字へのアクセス。固定長にならない可能性がある |
| 23 |
// !!! insert() |
| 24 |
// !!! erase(), remove() のどっちか。どっちにすべきなんだっけ? |
| 25 |
}; |
| 26 |
}; |
| 27 |
|
| 28 |
#endif /* ! JP_STRING_H */ |
|