Changeset 299 in dev for trunk/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Aug 23, 2007, 6:17:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Compile.cpp
r296 r299 56 56 // ジェネリクスのクラス型記述を分析 57 57 /////////////////////////////////////////////////// 58 void SplitGenericClassInstance( const char *fullName, char *className, std::vector<std::string>&typeParameters )58 void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters ) 59 59 { 60 60 int i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.