aboutsummaryrefslogtreecommitdiff
path: root/src/string.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-10-23 17:08:48 +0000
committerMike Buland <eichlan@xagasoft.com>2011-10-23 17:08:48 +0000
commit27c2cbbbc0ed1e1b38274261c33b0427f976f22c (patch)
tree69343b66b4a98792701843c83995ea461d3382d6 /src/string.h
parentda1e0ef0772b078bd295301bd675afdee00d40e9 (diff)
downloadlibbu++-27c2cbbbc0ed1e1b38274261c33b0427f976f22c.tar.gz
libbu++-27c2cbbbc0ed1e1b38274261c33b0427f976f22c.tar.bz2
libbu++-27c2cbbbc0ed1e1b38274261c33b0427f976f22c.tar.xz
libbu++-27c2cbbbc0ed1e1b38274261c33b0427f976f22c.zip
The strfilter.h header has been added, it gives you one call filter access on
strings. encodeStr<Filter>( str ) and decodeStr<Filter>( str ). It's pretty cool, try it out :)
Diffstat (limited to '')
-rw-r--r--src/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.h b/src/string.h
index 2874e37..a9006d1 100644
--- a/src/string.h
+++ b/src/string.h
@@ -18,12 +18,12 @@
18#include "bu/list.h" 18#include "bu/list.h"
19#include "bu/fmt.h" 19#include "bu/fmt.h"
20#include "bu/variant.h" 20#include "bu/variant.h"
21
22#include <string.h> 21#include <string.h>
23 22
24namespace Bu 23namespace Bu
25{ 24{
26 class String; 25 class String;
26 class MemBuf;
27 27
28 /** @cond DEVEL */ 28 /** @cond DEVEL */
29 class StringCore 29 class StringCore