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.
(none)