Changeset 562 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 5, 2008, 1:47:06 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h
r561 r562 384 384 } 385 385 386 // デリゲート情報を取得387 const ::Delegate &GetDelegate() const;388 389 386 // ユーザ指定のアラインメント固定値 390 387 int GetFixedAlignment() const -
trunk/ab5.0/abdev/BasicCompiler_Common/include/Meta.h
r524 r562 153 153 return delegates; 154 154 } 155 156 const ::Delegate &ToDelegate( const CClass &_class ); 155 157 };
Note:
See TracChangeset
for help on using the changeset viewer.