aboutsummaryrefslogtreecommitdiff
path: root/src/stable/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/string.h')
-rw-r--r--src/stable/string.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stable/string.h b/src/stable/string.h
index c469580..1fc5496 100644
--- a/src/stable/string.h
+++ b/src/stable/string.h
@@ -721,6 +721,18 @@ namespace Bu
721 *@returns (const char *) The string data. 721 *@returns (const char *) The string data.
722 */ 722 */
723 const char *getStr() const; 723 const char *getStr() const;
724
725 /**
726 * Get a pointer to the string array.
727 *@returns (char *) The string data.
728 */
729 char *getData();
730
731 /**
732 * Get a const pointer to the string array.
733 *@returns (const char *) The string data.
734 */
735 const char *getData() const;
724 736
725 /** 737 /**
726 * A convinience function, this one won't cause as much work as the 738 * A convinience function, this one won't cause as much work as the