NGCString
Inherits From: NSObject
Conforms To: NSCoding
NSMutableCopying
NSCopying
Declared In: NGCString.h
Methods: + stringWithCString:length: , + stringWithCString: , - initWithCString:length: , - initWithCString: , - length , - characterAtIndex: , - isEqual: , - isEqualToCString: , - isEqualToString: , - hash , - copyWithZone: , - mutableCopyWithZone: , - encodeWithCoder: , - initWithCoder: , - cString , - cStringLength , - getCString: , - getCString:maxLength: , - charAtIndex: , - doubleValue , - floatValue , - intValue , - stringValue , - description


Class Description
No class description.


Instance Variables
char *value;
unsigned int len;

valueNo description.
lenNo description.



Method Types
+ stringWithCString:length:
+ stringWithCString:
- initWithCString:length:
- initWithCString:
- length
- characterAtIndex:
- isEqual:
- isEqualToCString:
- isEqualToString:
- hash
- copyWithZone:
- mutableCopyWithZone:
- encodeWithCoder:
- initWithCoder:
- cString
- cStringLength
- getCString:
- getCString:maxLength:
- charAtIndex:
- doubleValue
- floatValue
- intValue
- stringValue
- description


Class Methods
stringWithCString:
+ (id)stringWithCString:(const char *)_value
No method description.

stringWithCString:length:
+ (id)stringWithCString:(const char *)_value length:(unsigned)_len
No method description.


Instance Methods
cString
- (const char *)cString
No method description.

cStringLength
- (unsigned int)cStringLength
No method description.

charAtIndex:
- (char)charAtIndex:(unsigned int)_idx
No method description.

characterAtIndex:
- (unichar)characterAtIndex:(unsigned int)_idx
No method description.

copyWithZone:
- (id)copyWithZone:(NSZone *)_zone
No method description.

description
- (NSString *)description
No method description.

doubleValue
- (double)doubleValue
No method description.

encodeWithCoder:
- (void)encodeWithCoder:(NSCoder *)_coder
No method description.

floatValue
- (float)floatValue
No method description.

getCString:
- (void)getCString:(char *)_buffer
No method description.

getCString:maxLength:
- (void)getCString:(char *)_buffer maxLength:(unsigned int)_maxLength
No method description.

hash
- (unsigned)hash
No method description.

initWithCString:
- (id)initWithCString:(const char *)_value
No method description.

initWithCString:length:
- (id)initWithCString:(const char *)_value length:(unsigned)_len
No method description.

initWithCoder:
- (id)initWithCoder:(NSCoder *)_decoder
No method description.

intValue
- (int)intValue
No method description.

isEqual:
- (BOOL)isEqual:(id)_object
No method description.

isEqualToCString:
- (BOOL)isEqualToCString:(NGCString *)_cstr
No method description.

isEqualToString:
- (BOOL)isEqualToString:(NSString *)_str
No method description.

length
- (unsigned int)length
No method description.

mutableCopyWithZone:
- (id)mutableCopyWithZone:(NSZone *)_zone
No method description.

stringValue
- (NSString *)stringValue
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.