diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/string.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stable/string.h b/src/stable/string.h index 131f621..af147a7 100644 --- a/src/stable/string.h +++ b/src/stable/string.h | |||
@@ -879,6 +879,10 @@ namespace Bu | |||
879 | */ | 879 | */ |
880 | String toUpper() const; | 880 | String toUpper() const; |
881 | 881 | ||
882 | int16_t toInt16( int iRadix=10 ) const; | ||
883 | int32_t toInt32( int iRadix=10 ) const; | ||
884 | int64_t toInt64( int iRadix=10 ) const; | ||
885 | |||
882 | const_iterator find( const char cChar, | 886 | const_iterator find( const char cChar, |
883 | const_iterator iStart=const_iterator() ) const; | 887 | const_iterator iStart=const_iterator() ) const; |
884 | 888 | ||