Changeset 378 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Dec 16, 2007, 11:44:29 PM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Class.h
r376 r378 121 121 return actualTypeParameters; 122 122 } 123 124 std::string GetFullNameWithActualGenericTypeParameters() const; 123 125 }; 124 126 typedef std::vector<Interface *> Interfaces; -
trunk/abdev/BasicCompiler_Common/include/Type.h
r370 r378 233 233 bool HasActualGenericType() const; 234 234 235 //型名を取得 236 std::string ToString() const; 237 235 238 236 239 private:
Note:
See TracChangeset
for help on using the changeset viewer.