strbuf.hfilesource file

This module defines the StringBuffer intrinsic class. StringBuffer is essentialy a mutable version of String: you can append, insert, replace, and delete characters in place, without creating new objects as a result. This is useful for complex string constructions that involve many incremental steps, since it avoids the repeated memory allocation and string copying operations that would be involved if the intermediate steps were performed with ordinary String objects.

Summary of Classes  

StringBuffer 

Summary of Global Functions  

(none)

Summary of Macros  

(none)

Summary of Enums  

(none)

Summary of Templates  

(none)

Global Functions  

(none)

Macros  

Enums  

(none)

Templates  

(none)

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3