From 730e5dde39333cb2f63c72a7d7152bee5c4dbb05 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 8 Feb 2014 15:09:25 -0800 Subject: Implement AString --- src/strings/vstring.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/strings/vstring.hpp') diff --git a/src/strings/vstring.hpp b/src/strings/vstring.hpp index c07c32a..183e782 100644 --- a/src/strings/vstring.hpp +++ b/src/strings/vstring.hpp @@ -31,7 +31,8 @@ namespace strings public: typedef typename _crtp_string, VString, ZPair>::iterator iterator; VString(XString x); - VString(FString f); + VString(RString f); + VString(AString f); VString(TString t); VString(SString s); VString(ZString z); @@ -48,7 +49,7 @@ namespace strings iterator begin() const; iterator end() const; - const FString *base() const; + const RString *base() const; const char *c_str() const; }; -- cgit v1.2.3-60-g2f50