Changeset 424 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Mar 10, 2008, 5:39:36 PM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Class.h
r417 r424 290 290 291 291 // 型パラメータ 292 const GenericTypes &GetFormalGenericTypes() const 293 { 294 return formalGenericTypes; 295 } 292 296 void AddFormalGenericType( GenericType genericType ) 293 297 { -
trunk/abdev/BasicCompiler_Common/include/Type.h
r378 r424 247 247 typedef std::vector<Type> Types; 248 248 249 /*! 250 @brief ジェネリックな型を解決する 251 @param typeParameter ジェネリック型を指定する。ここに解決後の型が入る。 252 classType インスタンス化されているオブジェクトの型 253 pUserProc 現在コンパイル中の関数(ただしクラスメソッドのみ) 254 */ 249 255 void ResolveFormalGenericTypeParameter( Type &typeParameter, const Type &classType, const UserProc *pUserProc = NULL ); 250 256
Note:
See TracChangeset
for help on using the changeset viewer.