From 4b3acc6edf806807fa240f56058d7c2fc227da28 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 4 Mar 2012 16:57:34 +0000 Subject: [PATCH] .docs git-svn-id: svn://ultimatepp.org/upp/trunk@4658 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Value.h | 8 +- uppsrc/Core/src.tpp/Value$en-us.tpp | 118 +++++++++++++++++++++++++++- 2 files changed, 120 insertions(+), 6 deletions(-) diff --git a/uppsrc/Core/Value.h b/uppsrc/Core/Value.h index cab945878..41e8ec1a4 100644 --- a/uppsrc/Core/Value.h +++ b/uppsrc/Core/Value.h @@ -237,6 +237,10 @@ template Value RawPickToValue(pick_ T& data); template Value RawDeepToValue(const T& data); template T& CreateRawValue(Value& v); +Value ErrorValue(const char *s); +Value ErrorValue(const String& s); +const Value& ErrorValue(); + template inline bool IsPolyEqual(const T& x, const Value& v) { return false; @@ -284,10 +288,6 @@ inline bool IsDateTime(const Value& v) { return v.Is() || v.Is