Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

nsmutablestring.m File Reference

NSMutableString class definition. More...

#include <Cacao/nsmutablestring.h>

Functions

id init ()
void dealloc ()
void setString: (id, NSString *, id src, id, id GString, id, id srcstr,)
 g_string_free (str_body, TRUE)
void replaceCharactersInRange:byString: (id, NSRange, id range,[byString] id, NSString *, id substr, id, id GString, id, id newstr,)
 if (range.location > 0) newstr=g_string_new_len(str_body->str, range.location)
 g_string_append_len (newstr, sub->str, sub->len)
 if (tailstart< tailend)

Variables

 srcstr = [src gString]
 str_body = g_string_new_len(srcstr->str, srcstr->len)
GString * sub = [substr gString]
const char * ptr
size_t i
size_t tailstart = range.location + range.length
size_t tailend = str_body->len
else newstr = g_string_new("")


Detailed Description

NSMutableString class definition.

Date:
2004.02.14
Author:
Steel Wheels Project
Copyright
Copyright (C) 2004 Steel Wheels Project. All right reserved.
Description
NSString class definition. NSString operates unicode string data.

Generated on Wed Jul 14 18:32:13 2004 for Cacao by doxygen 1.3.6