nstypes.h File Reference

Common data type definition. More...

Go to the source code of this file.

Defines

#define NSNotFound   0x7fffffff

Enumerations

enum  NSStringSearchOption {
  NSCaseInsensitiveSearch = 0x0001, NSLiteralSearch = 0x0002, NSBackwardsSearch = 0x0004, NSAnchoredSearch = 0x0008,
  NSNumericSearch = 0x0010
}
enum  NSComparisonResult { NSOrderedAscending = 1, NSOrderedSame, NSOrderedDescending }


Detailed Description

Common data type definition.

Date:
2004.02.22
Author:
Steel Wheels Project
Copyright
Copyright (C) 2004 Steel Wheels Project. All right reserved.
Description
Common data type definition

Define Documentation

#define NSNotFound   0x7fffffff
 

Integer which means "It was not found".


Enumeration Type Documentation

enum NSComparisonResult
 

Type of result of comparison

Enumerator:
NSOrderedAscending  1st item is smaller than 2nd
NSOrderedSame  1st item equals to 2nd
NSOrderedDescending  1st item is bigger than 2nd

enum NSStringSearchOption
 

Define search methods for string data

Enumerator:
NSCaseInsensitiveSearch  Case insensitive search
NSLiteralSearch  Literal search
NSBackwardsSearch  Backward search
NSAnchoredSearch  Anchored search
NSNumericSearch  Numeric search


Generated on Fri Feb 3 00:13:01 2006 for Cacao by  doxygen 1.4.5