diff options
| author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-07 23:25:01 +0000 |
|---|---|---|
| committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-07 23:25:01 +0000 |
| commit | 9b0557c2c31dbc95b040ac79b17804f6da6c5dcb (patch) | |
| tree | 678297c499e561749d99ab9df604b12cbd69701b /tools.h | |
| parent | 6fb75d00de6328f14fa5072ece4f36a6f8e7830c (diff) | |
| download | vdr-plugin-live-9b0557c2c31dbc95b040ac79b17804f6da6c5dcb.tar.gz vdr-plugin-live-9b0557c2c31dbc95b040ac79b17804f6da6c5dcb.tar.bz2 | |
added StringRepeat function to tools
Diffstat (limited to 'tools.h')
| -rw-r--r-- | tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ std::string FormatDateTime( char const* format, time_t time ); std::string StringReplace( std::string const& text, std::string const& substring, std::string const& replacement ); std::vector< std::string > StringSplit( std::string const& text, char delimiter ); int StringToInt( std::string const& string, int base = 10 ); +std::string StringRepeat(int times, const std::string& input); struct bad_lexical_cast: std::runtime_error { |
