Changeset 379 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Dec 17, 2007, 2:41:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Class.h
r378 r379 315 315 return false; 316 316 } 317 bool IsGeneric() const 318 { 319 return ( this->formalGenericTypes.size() != 0 ); 320 } 317 321 318 322 // 継承元クラス
Note:
See TracChangeset
for help on using the changeset viewer.