JpString.h

Go to the documentation of this file.
00001 #ifndef JP_STRING_H
00002 #define JP_STRING_H
00003 
00013 namespace beego {
00014 
00018   class JpString {
00019 
00020   public:
00021 
00022     // !!! 配列形式での文字へのアクセス。固定長にならない可能性がある
00023     // !!! insert()
00024     // !!! erase(), remove() のどっちか。どっちにすべきなんだっけ?
00025   };
00026 };
00027 
00028 #endif /* ! JP_STRING_H */
00029 

Generated on Mon Apr 13 22:52:01 2009 by  doxygen 1.5.7.1