Holder.h
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:0k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. /*
  2. Name:         Holder.h
  3. Description:  Functionality for storing objects, used through mix-in 
  4.               inheritance
  5. Test suite:   activity
  6. */ 
  7. /* Mix-in inheritance of a Holder class that holds a list of objects.
  8.    Used for for subclassing from activity library classes (ActionGroup, 
  9.    ConcurrentGroup, Schedule etc.).
  10. */
  11. + createBegin: aZone numberOfObjects: (int)num;
  12. - addObject: obj;
  13. - getObjectAt: (int)offset;