strbuf.hfile | source file |
Classes Summary | Functions Summary Details | Macros Summary Details | Enums Summary Details | Templates Summary Details |
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
Summary of Global Functions
Summary of Macros
Summary of Enums
Summary of Templates
Global Functions
Macros
Enums
Templates
(none)
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3