StringBuffer Class¶
Namespace: id3.Devices
Definition¶
A utility class for managing dynamic strings, allowing for the storage, manipulation, and retrieval of string data.
It serves as a wrapper around traditional string types, offering additional control over string operations and memory management.
Properties¶
Name |
Type |
Description |
|---|---|---|
string |
Stores the actual string data |
Methods¶
Name |
Description |
|---|---|
Empties the string buffer, effectively resetting its content to an empty string |
|
(C++) Retrieves a pointer to the internal string representation, allowing for low-level operations or optimizations specific to C++ string handling. |