API 0.9.5
Foundation/CPSortDescriptor.h
Go to the documentation of this file.
00001 
00002 @interface CPSortDescriptor : CPObject
00003 {
00004     CPString    _key;
00005     SEL         _selector;
00006     BOOL        _ascending;
00007 }
00008 @end
 All Classes Files Functions Variables Defines