Files
poco/Foundation/include/Poco/Dynamic/Var.h
Aleksandar Fabijanic 238306a6ed C++11 support #1793 (#1795)
* * C++14 detection
* C++14 RWLock (disabled: std::shared_timed_mutex has separate read and write unlock)

* * C++11 Event - disable because
std::condition_variable nas no built-in concept of reset
std::condition_variable may be unblocked spuriously, must handle?

* * Fix std::condition_variable handling

* * C++11 semaphore

* * Use Semaphore max paramater

* * Implement manual reset Event and re-enable
* Disable std semaphore, C++ doesn't have native semaphore, better to use native ones for now

* * C++11 Thread (in progress)

* * Fix auto reset event

* * std::*mutex with timeout doesn't guarantee that the timeout will be respected
* Thread in unix has special member for signal handling

* * Workaround for AppleClang lack of thread_local

* * C++11 format

* * C++11 Logger

* * Fix Poco::format

* * std::function event delegate

* * Fix StdFunctionDelegate for GCC

* * C++11 move semantics

* * Fix format test

* * Add cpp11_changes files

* * Auto detect compiler C++11/14 support
* Option to force disable C++11/14

* * GCC/Clang need to enable C++11/14 support via command line switches

* * Fixes for VS2013 C++11 support

* * Makefile C++11/14 compiler detection (in progress)

* * Simple GCC version detection

* AppleClang version detection

* Fix gcc c++11 build script
Update c++11 status document

* Use predefined constant instead of --version

* Fix CC & CXX to gcc 4.8 for all matrix rows.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Restore apt-get update -qq

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Display g++ version and full g++ command line

* Fix typo

* Use command line/environment variables for CC & CXX

* Display GCCVERSION

* Use $(CXX) for setting GCCVERSION

* Do not use <cstdint>, otherwise NumberFormatter wo'nt compile

* restore silent mode on make

* Use predefined constants __clang_major__ and __clang_minor__

* Reverse clang++ options

* Add c++11/14 detection

* -std=c++14 is not valid for clang 3.4

* Run tests for both gcc 4.6 & gcc 4.8

* Restore Apple clang setup

* Align setup of std=c++11 from CLANGVERSION with check of clang version in Platform_POSIX.h

On Linux ubuntu at Travis, clang 3.4 does not support std=c++14

* Add OSX run with clang

* Add forgetted Linux guard on install

* Display clang's predefined constants on OSX

* Comment out Apple temporarly

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* export CC & CXX for OSX

* Test when clang is from Apple

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Remove typo

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Align test with comment

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Add Cygwin-clang

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Install CppUnit for running the unit tests on OSX. 

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Looking for libCppUnit.1.dylib

* Install libCppUnit*.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Exclude Redis for OSX. To be restored later on.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Remove some display lines

* Reenable tests

* Add run tests on cmake build with ctest -VV

* Split runtests.sh into ignored.sh and excluded.sh. ignored.sh will be
used for excluding tests from ctest.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Add ignored.sh to exclude CPPUNIT_IGNORE test on ctest

* Set proper path

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Exclude Data* from CTest. Run tests on ARM

* Add POCO_BASE for tests using test files under $POCO_BASE/component/testsuite

* Replace MB by KB otherwise Travis & AppVeyor are timing out.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Specialize runtests.sh & excluded.sh according to OSX or Linux

* Split OSX/Linux runtests.sh

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Removed invalid comment

* Make runtests.sh executable

* c++11 atomic<> default constructor is never initialized

* Initialize to 0 in any case.

* Comment out set -ev for now

* Comment out set -ev for now

* reset verbose mode

* reset verbose mode

*  catch SIGPIPE as returnfrom testrunner to avoid failure in networking tests

* Use source for export ignored tests to avoid the permission denied problem

* chmod 775

* Apply patches from @RangeIReale

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Add cpp11-appleclang

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Initialize AtomicCounter to 0 since the c++11 default constructor don't
do it.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* avoid SIGPIPE on send

* fix WbeSocketServer

* Remove SIGPIPE workaround

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Fix WebSocketServer

* Restore set -ev

* Restore set -ev

* Fix WebSocketServer responding loop

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Cleanup the exit test.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Add important comment.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Copy also cpp11-* so that mkrelease works!

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Avoid PocoDoc preprocessisng error.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* * Sync script and Platform_POSIX.h compiler versions

* VS2013 & VS2015 fixups.

Signed-off-by: Francis ANDRE <zosrothko@orange.fr>

* Backport to c++03 so that Travis and Appveyor be ok

Signed-off-by: Francis ANDRE <zosrothko@orange.fr>

* Add Copyright (c) 2016, Applied Informatics Software Engineering GmbH.
and Contributors.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* VS2013 fixup

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Backport to c++03

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* VS2013 fixup

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Backport to c++03

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* VS2013 fixup

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* BAckport c++03

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* OSX: clang++ rejects return (*static_cast<Derived*>(this));
cannot cast protected base class 'cpp_ex4::StoplightContext<cpp_ex4::Stoplight>' to 'cpp_ex4::Stoplight'


Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* BAckport to c++03

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Add generated file for now

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* deleted as source file name in lowercase.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Rename stoplight_sm.h to Stoplight_sm.h

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Rename stoplight_sm.h to Stoplight_sm.h

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Rename stoplight_sm.h to Stoplight_sm.h

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Put cmake and ctest on the DOS PATH

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Cygwin does not support timed_mutex

* Put installed CMake /CTest on the DOS PATH.

* Repackaging

* Build VS2013 & VS2014 first.

* Add std::string Foundation_API format(const std::string& fmt, const Any& value);

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Restore INLINES macros when compiling with c++03

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Rename stoplight_sm.h to Stoplight_sm.h

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* VS2013 fixup.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Baclport to c++03

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* cpp_ex4::StoplightContext<cpp_ex4::Stoplight> is an inaccessible base of ˜cpp_ex4::Stoplight

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Undef _XOPEN_SOURCE under Cygwin otherwise ulong is undefined.
usr/include/mysql/my_global.h:997:9: error: 'ulong' does not name a type
 typedef ulong nesting_map;  /* Used for flags of nesting constructs */
         ^
In file included from src/SQLExecutor.cpp:38:0:

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Fix merge failure. Set -ev option on shell.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Removed

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Undefine _XOPEN_SOURCE so that typedef unsigned long ulong be defined.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>

* Remove __*VISIBLE defines as GNU forbids their usage outside the system includes

Signed-off-by: Francis ANDRE <zosrothko@orange.fr>

* Use c++03 as last c++ version.

Signed-off-by: Francis ANDRE <zosrothko@orange.fr>

* MySQL needs ulong which are not visible when compiling with
c++11 and above.

Signed-off-by: Francis ANDRE <zosrothko@orange.fr>

* Add BUILD_CC=gcc to avoid strip issue

* Remove reference to FSM

* make ?= operator does not work with

* Remove BUILD_CC

* Remove FSM since it is now in its own branch

* Don't build Cygwin64 with std=c++14 until this issue be fixed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77441

* enable c++11

* remove changes tracking file (moved to project)

* C++11: fixes for Travis CI (#1798)

* Use c++11 compliant compiler: g++ 5 & clang 3.5.0

* Fix typo on IntType

* Use Linux-clang config instead of Linux

* Check arm-linux-gnueabi-g++ version. Dump compiler constants

* Fix missing namespace qualifier

* Ignore ltdl for Cygwin platform

* Fix typo

* Commented out arm-linux-gnueabi-g++ since the version 4.7.0 which does
not support c++11 standard.

* Restore logic as in develop branch

* Add CXXFLAGS for launching the CXX compilation. CXXFLAGS defaulted to
-std=c++11

* Replace auto_ptr by unique_ptr

* Comment out failing tests until be fixed

* C++11: Fix AppVeyor CI yaml (#1812)

* C++11 support #1793: It's time. g++4.9, clang3.3 and VS2015 will become
minimum compiler versions.

* Comment out image with VS2017 since it crashes.

* New release of OpenSSL: 1_1_0f

* Refactor the download steps of OpenSSL

* C++11 support: Add VS2017 Win32 & x64 (#1816)

* Add VS2017.

* Use VSSetup to get VS150COMNTOOLS

* Fix VS150COMNTOOLS value

* Ignore Install-Module

* Install VSSetUp PS module.

* Fix typo missing $

* Split InstallPath againt "="

* Adjust VS150COMMONTOOLS path.

* Exit failed is VS commontools is undefined.

* Get the InstalledPath property value

* Replace mysql-5.7.17 by mysql-5.7.18

* Replace mysql-5.7.17 by mysql-5.7.18

* c++11 thread priority and affinity, and more (#1811)

* * c++11 thread priority and affinity
* AtomicCounter wasn't using std::atomic
* Buffer wasn't setting all fields on move
* Poco::Event is not directly available in c++11, keep using the native versions
* UnWindows.h define NOMINMAX to reduce conflicts
* Remove "-static" from Linux GCC parameters, this conflicts with c++11 classes (https://stackoverflow.com/questions/7090623/c0x-thread-static-linking-problem)
* Link "-lrt" before "-lpthread" on Linux, otherwise won't build on GCC 5+

* * Fixed std::thread POSIX handle

* * Fix OSX compilation

* raise cmake min version to 3.2.0

* Remove CMake jobs since it is already tested on Travis (#1832)

* Remove CMake jobs since it is already tested on Travis

* Add clang-3.7

* Ubuntu Trusty LLVM repo for gettign clang versions.

* Remove 3.3 & 3.4

* Add clang 3.8, clang 3.9 & clang 4.0

* Add CXXFLAGS=-stdlib=libc++

* use libstdc++ instead of libc++

* Remove for now -g compiler option to avoid this spurious error on clang
error: debug information for auto is not yet supported

* Use -ftemplate-backtrace-limit=0 to dump the recursive template stack.

* Cleanup

* Use good gcc version

* Fix gcc-5 & g++-5 name

* Use libc++ instead of libstdc++

* Restore installation of gcc-5

* Readd agt-get update for gcc-5/g++-5

* Reswitch from libc++ to libstdc++

* Increase template evaluation stack size up to 340 to avoid a stack
overflow in parsing 
TupleType t = std::make_tuple(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14...

* Add clang 3.4, 3.5, 3.6

* Adjust template evaluation stack for clang  3.4, 3.5, 3.6, 3.7

* Update notifications

* Add gcc-4.9

* Backport Travis CXXFLAGS to config/Linux-clang

* Remove CXXFLAGS from clang tests

* Test g++ first, then clang++ and then arm

* remove all non-c++11 code and POCO_ENABLE_CPP11 (default now)

* remove old file

* windows c++11 fixes

* fix conversion warning

* C++11: Use Mutex_POSIX for Cygwin since it does not support std::timed_mutex (#1864)

* Use Mutex_POSIX for Cygwin since it does not support std::timed_mutex

* Use Mutex_POSIX for Cygwin since it does not support std::timed_mutex

* Add Mutext_POSIX.cpp

* Json/parser (#1858)

* move parser implementation in separate file

* parser replacement, first attempt (wip)

* making tests pass (mostly done, 3 to go)

* add missing headers

* honor no-null-byte-in-string setting

* few more fixes

* add -std=c99

* fix cmake JSON build and formatting

* accept utf-8, fix tests

* skip calling isdigit()

* #740, #1860, license update, a warning fix

* var emtpy()->clear(); json array and object tidy up

* vs 2015 32-bit project update

* update VS2017 projects

* remove ProGen and all VS files older than 2015

* fixed GH #1865: AbstractEvent::hasDelegates() is not thread-safe

* merge develop

* add missing files

* add VS generated dir to gitignore

* add WEC2013.cmake

* fix exception message

* fix VS2017 ODBC project filter

* integrate PageCompiler changes from poco-1.7.9

* vs2015 openssl build

* added POCO_DEPRECATED macro

* added POCO_NO_DEPRECATED to disarm POCO_DEPRECATED macro

* PageCompiler: support <%@ include file="<path>" %> syntax for includes.

* remove '$Id$' headers

* remove '$Id$' headers

* remove old VMS and VxWorks build support

* Poco::NamedMutex and Poco::NamedEvent (System V Semaphores implementation): files are now opened with O_RDONLY | O_CREAT instead of O_WRONLY | O_CREAT, allowing sharing between different users. Furthermore, ftok() is called with 'p' as project ID argument.

* C++11 (#1887)

* Use Mutex_POSIX for Cygwin since it does not support std::timed_mutex

* Use Mutex_POSIX for Cygwin since it does not support std::timed_mutex

* Add Mutext_POSIX.cpp

* Remove clang 3.4, 3.5, 3.6, 3.7, 3.8, 3.9 since LLVM does not provide
anymore their packages for Ubuntu Trusy

* Remove ubuntu-toolchain-r/test/ubuntu since it is already installed

* Comment our the llvl-toolchain-trusty since its checksum is buggy
See https://bugs.llvm.org/show_bug.cgi?id=34572

* Display g++ version (#1889)

* merge change from develop|

* Support for PKCS#12 (#1876)

* rebuild openssl binaries; warning and stlye fixes

* fix vs2015 projects and openssl linking

* add PKCS12Container

* remove comments

* style

* add ECKey* and CryptoException

* EC key, unify RSA and EC under same inheritance, add constructor from PKCS12, couple of EC key tests

* simplify EVPPKey, ad EC tests

* EVPPKey test and fixes

* fix linux build

* PKCS12 tests and fixes

* linux build, fix crash

* fix leaks

* uncomment ifstream tests, some minor fixes

* fix stream tests and some tidy-up

* remove $Id

* add ECDSA

* update makefile

* align PKCS12 constructors signatures with X509

* EVPPKey EC curve name constructor

* ECDSA fixes and tests

* linux build, wrap tests in try/catch to get full exception message

* style

* update VS projects

* remove openssl, modify VS projects for git submodule directories

* add openssl submodule

* add _CRT_SECURE_NO_WARNINGS

* port crypto dev fixes from 1.8

* lock whole Event:set()

* fix openssl include path

* Add <memory> for std::unique_ptr (#1891)

* Missing include <iostream> (#1893)

* add file/stream load/save capabilities to EVPPKey

* add EVPTest

* add #include <typeinfo>

* fix posix compile

* update samples VS projects

* fix g++ test compile error
2017-09-20 22:13:19 -05:00

2229 lines
54 KiB
C++

//
// Var.h
//
// Library: Foundation
// Package: Dynamic
// Module: Var
//
// Definition of the Var class.
//
// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Foundation_Var_INCLUDED
#define Foundation_Var_INCLUDED
#include "Poco/Foundation.h"
#include "Poco/Format.h"
#include "Poco/SharedPtr.h"
#include "Poco/Dynamic/VarHolder.h"
#include "Poco/Dynamic/VarIterator.h"
#include <typeinfo>
namespace Poco {
namespace Dynamic {
template <typename T>
class Struct;
class Foundation_API Var
/// Var allows to store data of different types and to convert between these types transparently.
/// Var puts forth the best effort to provide intuitive and reasonable conversion semantics and prevent
/// unexpected data loss, particularly when performing narrowing or signedness conversions of numeric data types.
///
/// An attempt to convert or extract from a non-initialized ("empty") Var variable shall result
/// in an exception being thrown.
///
/// Loss of signedness is not allowed for numeric values. This means that if an attempt is made to convert
/// the internal value which is a negative signed integer to an unsigned integer type storage, a RangeException is thrown.
/// Overflow is not allowed, so if the internal value is a larger number than the target numeric type size can accommodate,
/// a RangeException is thrown.
///
/// Precision loss, such as in conversion from floating-point types to integers or from double to float on platforms
/// where they differ in size (provided internal actual value fits in float min/max range), is allowed.
///
/// String truncation is allowed -- it is possible to convert between string and character when string length is
/// greater than 1. An empty string gets converted to the char '\0', a non-empty string is truncated to the first character.
///
/// Boolean conversion is performed as follows:
///
/// A string value "false" (not case sensitive), "0" or "" (empty string) can be converted to a boolean value false,
/// any other string not being false by the above criteria evaluates to true (e.g: "hi" -> true).
/// Integer 0 values are false, everything else is true.
/// Floating point values equal to the minimal FP representation on a given platform are false, everything else is true.
///
/// Arithmetic operations with POD types as well as between Var's are supported, subject to following
/// limitations:
///
/// - for std::string and const char* values, only '+' and '+=' operations are supported
///
/// - for integral and floating point numeric values, following operations are supported:
/// '+', '+=', '-', '-=', '*', '*=' , '/' and '/='
///
/// - for integral values, following operations are supported:
/// prefix and postfix increment (++) and decrement (--)
///
/// - for all other types, InvalidArgumentException is thrown upon attempt of an arithmetic operation
///
/// A Var can be created from and converted to a value of any type for which a specialization of
/// VarHolderImpl is available. For supported types, see VarHolder documentation.
{
public:
typedef SharedPtr<Var> Ptr;
typedef Poco::Dynamic::VarIterator Iterator;
typedef const VarIterator ConstIterator;
Var();
/// Creates an empty Var.
template <typename T>
Var(const T& val)
/// Creates the Var from the given value.
#ifdef POCO_NO_SOO
: _pHolder(new VarHolderImpl<T>(val))
{
}
#else
{
construct(val);
}
#endif
Var(const char* pVal);
// Convenience constructor for const char* which gets mapped to a std::string internally, i.e. pVal is deep-copied.
Var(const Var& other);
/// Copy constructor.
~Var();
/// Destroys the Var.
void swap(Var& other);
/// Swaps the content of the this Var with the other Var.
ConstIterator begin() const;
/// Returns the const Var iterator.
ConstIterator end() const;
/// Returns the const Var iterator.
Iterator begin();
/// Returns the Var iterator.
Iterator end();
/// Returns the Var iterator.
template <typename T>
void convert(T& val) const
/// Invoke this method to perform a safe conversion.
///
/// Example usage:
/// Var any("42");
/// int i;
/// any.convert(i);
///
/// Throws a RangeException if the value does not fit
/// into the result variable.
/// Throws a NotImplementedException if conversion is
/// not available for the given type.
/// Throws InvalidAccessException if Var is empty.
{
VarHolder* pHolder = content();
if (!pHolder)
throw InvalidAccessException("Can not convert empty value.");
pHolder->convert(val);
}
template <typename T>
T convert() const
/// Invoke this method to perform a safe conversion.
///
/// Example usage:
/// Var any("42");
/// int i = any.convert<int>();
///
/// Throws a RangeException if the value does not fit
/// into the result variable.
/// Throws a NotImplementedException if conversion is
/// not available for the given type.
/// Throws InvalidAccessException if Var is empty.
{
VarHolder* pHolder = content();
if (!pHolder)
throw InvalidAccessException("Can not convert empty value.");
if (typeid(T) == pHolder->type()) return extract<T>();
T result;
pHolder->convert(result);
return result;
}
template <typename T>
operator T () const
/// Safe conversion operator for implicit type
/// conversions. If the requested type T is same as the
/// type being held, the operation performed is direct
/// extraction, otherwise it is the conversion of the value
/// from type currently held to the one requested.
///
/// Throws a RangeException if the value does not fit
/// into the result variable.
/// Throws a NotImplementedException if conversion is
/// not available for the given type.
/// Throws InvalidAccessException if Var is empty.
{
VarHolder* pHolder = content();
if (!pHolder)
throw InvalidAccessException("Can not convert empty value.");
if (typeid(T) == pHolder->type())
return extract<T>();
else
{
T result;
pHolder->convert(result);
return result;
}
}
template <typename T>
const T& extract() const
/// Returns a const reference to the actual value.
///
/// Must be instantiated with the exact type of
/// the stored value, otherwise a BadCastException
/// is thrown.
/// Throws InvalidAccessException if Var is empty.
{
VarHolder* pHolder = content();
if (pHolder && pHolder->type() == typeid(T))
{
VarHolderImpl<T>* pHolderImpl = static_cast<VarHolderImpl<T>*>(pHolder);
return pHolderImpl->value();
}
else if (!pHolder)
throw InvalidAccessException("Can not extract empty value.");
else
throw BadCastException(format("Can not convert %s to %s.",
std::string(pHolder->type().name()),
std::string(typeid(T).name())));
}
template <typename T>
Var& operator = (const T& other)
/// Assignment operator for assigning POD to Var
{
#ifdef POCO_NO_SOO
Var tmp(other);
swap(tmp);
#else
construct(other);
#endif
return *this;
}
bool operator ! () const;
/// Logical NOT operator.
Var& operator = (const Var& other);
/// Assignment operator specialization for Var
template <typename T>
const Var operator + (const T& other) const
/// Addition operator for adding POD to Var
{
return convert<T>() + other;
}
const Var operator + (const Var& other) const;
/// Addition operator specialization for Var
const Var operator + (const char* other) const;
/// Addition operator specialization for adding const char* to Var
Var& operator ++ ();
/// Pre-increment operator
const Var operator ++ (int);
/// Post-increment operator
Var& operator -- ();
/// Pre-decrement operator
const Var operator -- (int);
/// Post-decrement operator
template <typename T>
Var& operator += (const T& other)
/// Addition assignment operator for addition/assignment of POD to Var.
{
return *this = convert<T>() + other;
}
Var& operator += (const Var& other);
/// Addition assignment operator overload for Var
Var& operator += (const char* other);
/// Addition assignment operator overload for const char*
template <typename T>
const Var operator - (const T& other) const
/// Subtraction operator for subtracting POD from Var
{
return convert<T>() - other;
}
const Var operator - (const Var& other) const;
/// Subtraction operator overload for Var
template <typename T>
Var& operator -= (const T& other)
/// Subtraction assignment operator
{
return *this = convert<T>() - other;
}
Var& operator -= (const Var& other);
/// Subtraction assignment operator overload for Var
template <typename T>
const Var operator * (const T& other) const
/// Multiplication operator for multiplying Var with POD
{
return convert<T>() * other;
}
const Var operator * (const Var& other) const;
/// Multiplication operator overload for Var
template <typename T>
Var& operator *= (const T& other)
/// Multiplication assignment operator
{
return *this = convert<T>() * other;
}
Var& operator *= (const Var& other);
/// Multiplication assignment operator overload for Var
template <typename T>
const Var operator / (const T& other) const
/// Division operator for dividing Var with POD
{
return convert<T>() / other;
}
const Var operator / (const Var& other) const;
/// Division operator overload for Var
template <typename T>
Var& operator /= (const T& other)
/// Division assignment operator
{
return *this = convert<T>() / other;
}
Var& operator /= (const Var& other);
/// Division assignment operator specialization for Var
template <typename T>
bool operator == (const T& other) const
/// Equality operator
{
if (isEmpty()) return false;
return convert<T>() == other;
}
bool operator == (const char* other) const;
/// Equality operator overload for const char*
bool operator == (const Var& other) const;
/// Equality operator overload for Var
template <typename T>
bool operator != (const T& other) const
/// Inequality operator
{
if (isEmpty()) return true;
return convert<T>() != other;
}
bool operator != (const Var& other) const;
/// Inequality operator overload for Var
bool operator != (const char* other) const;
/// Inequality operator overload for const char*
template <typename T>
bool operator < (const T& other) const
/// Less than operator
{
if (isEmpty()) return false;
return convert<T>() < other;
}
bool operator < (const Var& other) const;
/// Less than operator overload for Var
template <typename T>
bool operator <= (const T& other) const
/// Less than or equal operator
{
if (isEmpty()) return false;
return convert<T>() <= other;
}
bool operator <= (const Var& other) const;
/// Less than or equal operator overload for Var
template <typename T>
bool operator > (const T& other) const
/// Greater than operator
{
if (isEmpty()) return false;
return convert<T>() > other;
}
bool operator > (const Var& other) const;
/// Greater than operator overload for Var
template <typename T>
bool operator >= (const T& other) const
/// Greater than or equal operator
{
if (isEmpty()) return false;
return convert<T>() >= other;
}
bool operator >= (const Var& other) const;
/// Greater than or equal operator overload for Var
template <typename T>
bool operator || (const T& other) const
/// Logical OR operator
{
if (isEmpty()) return false;
return convert<bool>() || other;
}
bool operator || (const Var& other) const;
/// Logical OR operator operator overload for Var
template <typename T>
bool operator && (const T& other) const
/// Logical AND operator.
{
if (isEmpty()) return false;
return convert<bool>() && other;
}
bool operator && (const Var& other) const;
/// Logical AND operator operator overload for Var.
bool isArray() const;
/// Returns true if Var is an array.
bool isVector() const;
/// Returns true if Var represents a vector.
bool isList() const;
/// Returns true if Var represents a list.
bool isDeque() const;
/// Returns true if Var represents a deque.
bool isStruct() const;
/// Returns true if Var represents a struct.
char& at(std::size_t n);
/// Returns character at position n. This function only works with
/// Var containing a std::string.
template <typename T>
Var& operator [] (const T& n)
{
return getAt(n);
}
template <typename T>
const Var& operator [] (const T& n) const
{
return const_cast<Var*>(this)->getAt(n);
}
Var& operator [] (const std::string& name);
/// Index operator by name, only use on Vars where isStruct
/// returns true! In all other cases InvalidAccessException is thrown.
const Var& operator [] (const std::string& name) const;
/// Index operator by name, only use on Vars where isStruct
/// returns true! In all other cases InvalidAccessException is thrown.
const std::type_info& type() const;
/// Returns the type information of the stored content.
//@ deprecated
void empty();
/// Empties Var.
/// This function is deprecated and will be removed.
/// Please use clear().
void clear();
/// Empties Var.
bool isEmpty() const;
/// Returns true if empty.
bool isInteger() const;
/// Returns true if stored value is integer.
bool isSigned() const;
/// Returns true if stored value is signed.
bool isNumeric() const;
/// Returns true if stored value is numeric.
/// Returns false for numeric strings (e.g. "123" is string, not number)
bool isBoolean() const;
/// Returns true if stored value is boolean.
/// Returns false for boolean strings (e.g. "true" is string, not number)
bool isString() const;
/// Returns true if stored value is std::string.
bool isDate() const;
/// Returns true if stored value represents a date.
bool isTime() const;
/// Returns true if stored value represents time or date/time.
bool isDateTime() const;
/// Returns true if stored value represents a date/time.
std::size_t size() const;
/// Returns the size of this Var.
/// This function returns 0 when Var is empty, 1 for POD or the size (i.e. length)
/// for held container.
std::string toString() const
/// Returns the stored value as string.
{
VarHolder* pHolder = content();
if (!pHolder)
throw InvalidAccessException("Can not convert empty value.");
if (typeid(std::string) == pHolder->type())
return extract<std::string>();
else
{
std::string result;
pHolder->convert(result);
return result;
}
}
static Var parse(const std::string& val);
/// Parses the string which must be in JSON format
static std::string toString(const Var& var);
/// Converts the Var to a string in JSON format. Note that toString(const Var&) will return
/// a different result than Var::convert<std::string>() and Var::toString()!
private:
Var& getAt(std::size_t n);
Var& getAt(const std::string& n);
static Var parse(const std::string& val, std::string::size_type& offset);
/// Parses the string which must be in JSON format
static Var parseObject(const std::string& val, std::string::size_type& pos);
static Var parseArray(const std::string& val, std::string::size_type& pos);
static std::string parseString(const std::string& val, std::string::size_type& pos);
static std::string parseJSONString(const std::string& val, std::string::size_type& pos);
static void skipWhiteSpace(const std::string& val, std::string::size_type& pos);
template <typename T>
T add(const Var& other) const
{
return convert<T>() + other.convert<T>();
}
template <typename T>
T subtract(const Var& other) const
{
return convert<T>() - other.convert<T>();
}
template <typename T>
T multiply(const Var& other) const
{
return convert<T>() * other.convert<T>();
}
template <typename T>
T divide(const Var& other) const
{
return convert<T>() / other.convert<T>();
}
template <typename T, typename E>
VarHolderImpl<T>* holderImpl(const std::string errorMessage = "") const
{
VarHolder* pHolder = content();
if (pHolder && pHolder->type() == typeid(T))
return static_cast<VarHolderImpl<T>*>(pHolder);
else if (!pHolder)
throw InvalidAccessException("Can not access empty value.");
else
throw E(errorMessage);
}
Var& structIndexOperator(VarHolderImpl<Struct<int> >* pStr, int n) const;
#ifdef POCO_NO_SOO
VarHolder* content() const
{
return _pHolder;
}
void destruct()
{
if (!isEmpty()) delete content();
}
VarHolder* _pHolder;
#else
VarHolder* content() const
{
return _placeholder.content();
}
template<typename ValueType>
void construct(const ValueType& value)
{
if (sizeof(VarHolderImpl<ValueType>) <= Placeholder<ValueType>::Size::value)
{
new (reinterpret_cast<VarHolder*>(_placeholder.holder)) VarHolderImpl<ValueType>(value);
_placeholder.setLocal(true);
}
else
{
_placeholder.pHolder = new VarHolderImpl<ValueType>(value);
_placeholder.setLocal(false);
}
}
void construct(const char* value)
{
std::string val(value);
if (sizeof(VarHolderImpl<std::string>) <= Placeholder<std::string>::Size::value)
{
new (reinterpret_cast<VarHolder*>(_placeholder.holder)) VarHolderImpl<std::string>(val);
_placeholder.setLocal(true);
}
else
{
_placeholder.pHolder = new VarHolderImpl<std::string>(val);
_placeholder.setLocal(false);
}
}
void construct(const Var& other)
{
if (!other.isEmpty())
other.content()->clone(&_placeholder);
else
_placeholder.erase();
}
void destruct()
{
if (!isEmpty())
{
if (_placeholder.isLocal())
content()->~VarHolder();
else
delete content();
}
}
Placeholder<VarHolder> _placeholder;
#endif // POCO_NO_SOO
};
///
/// inlines
///
///
/// Var members
///
inline void Var::swap(Var& other)
{
#ifdef POCO_NO_SOO
std::swap(_pHolder, other._pHolder);
#else
if (this == &other) return;
if (!_placeholder.isLocal() && !other._placeholder.isLocal())
{
std::swap(_placeholder.pHolder, other._placeholder.pHolder);
}
else
{
Var tmp(*this);
try
{
if (_placeholder.isLocal()) destruct();
construct(other);
other = tmp;
}
catch (...)
{
construct(tmp);
throw;
}
}
#endif
}
inline const std::type_info& Var::type() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->type() : typeid(void);
}
inline Var::ConstIterator Var::begin() const
{
if (isEmpty()) return ConstIterator(const_cast<Var*>(this), true);
return ConstIterator(const_cast<Var*>(this), false);
}
inline Var::ConstIterator Var::end() const
{
return ConstIterator(const_cast<Var*>(this), true);
}
inline Var::Iterator Var::begin()
{
if (isEmpty()) return Iterator(const_cast<Var*>(this), true);
return Iterator(const_cast<Var*>(this), false);
}
inline Var::Iterator Var::end()
{
return Iterator(this, true);
}
inline Var& Var::operator [] (const std::string& name)
{
return getAt(name);
}
inline const Var& Var::operator [] (const std::string& name) const
{
return const_cast<Var*>(this)->getAt(name);
}
inline const Var Var::operator + (const char* other) const
{
return convert<std::string>() + other;
}
inline Var& Var::operator += (const char*other)
{
return *this = convert<std::string>() + other;
}
inline bool Var::operator ! () const
{
return !convert<bool>();
}
inline bool Var::isEmpty() const
{
return 0 == content();
}
inline bool Var::isArray() const
{
if (isEmpty() ||
isString()) return false;
VarHolder* pHolder = content();
return pHolder ? pHolder->isArray() : false;
}
inline bool Var::isVector() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isVector() : false;
}
inline bool Var::isList() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isList() : false;
}
inline bool Var::isDeque() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isDeque() : false;
}
inline bool Var::isStruct() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isStruct() : false;
}
inline bool Var::isInteger() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isInteger() : false;
}
inline bool Var::isSigned() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isSigned() : false;
}
inline bool Var::isNumeric() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isNumeric() : false;
}
inline bool Var::isBoolean() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isBoolean() : false;
}
inline bool Var::isString() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isString() : false;
}
inline bool Var::isDate() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isDate() : false;
}
inline bool Var::isTime() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isTime() : false;
}
inline bool Var::isDateTime() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->isDateTime() : false;
}
inline std::size_t Var::size() const
{
VarHolder* pHolder = content();
return pHolder ? pHolder->size() : 0;
}
///
/// Var non-member functions
///
inline const Var operator + (const char* other, const Var& da)
/// Addition operator for adding Var to const char*
{
std::string tmp = other;
return tmp + da.convert<std::string>();
}
inline char operator + (const char& other, const Var& da)
/// Addition operator for adding Var to char
{
return other + da.convert<char>();
}
inline char operator - (const char& other, const Var& da)
/// Subtraction operator for subtracting Var from char
{
return other - da.convert<char>();
}
inline char operator * (const char& other, const Var& da)
/// Multiplication operator for multiplying Var with char
{
return other * da.convert<char>();
}
inline char operator / (const char& other, const Var& da)
/// Division operator for dividing Var with char
{
return other / da.convert<char>();
}
inline char operator += (char& other, const Var& da)
/// Addition assignment operator for adding Var to char
{
return other += da.convert<char>();
}
inline char operator -= (char& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from char
{
return other -= da.convert<char>();
}
inline char operator *= (char& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with char
{
return other *= da.convert<char>();
}
inline char operator /= (char& other, const Var& da)
/// Division assignment operator for dividing Var with char
{
return other /= da.convert<char>();
}
inline bool operator == (const char& other, const Var& da)
/// Equality operator for comparing Var with char
{
if (da.isEmpty()) return false;
return other == da.convert<char>();
}
inline bool operator != (const char& other, const Var& da)
/// Inequality operator for comparing Var with char
{
if (da.isEmpty()) return true;
return other != da.convert<char>();
}
inline bool operator < (const char& other, const Var& da)
/// Less than operator for comparing Var with char
{
if (da.isEmpty()) return false;
return other < da.convert<char>();
}
inline bool operator <= (const char& other, const Var& da)
/// Less than or equal operator for comparing Var with char
{
if (da.isEmpty()) return false;
return other <= da.convert<char>();
}
inline bool operator > (const char& other, const Var& da)
/// Greater than operator for comparing Var with char
{
if (da.isEmpty())return false;
return other > da.convert<char>();
}
inline bool operator >= (const char& other, const Var& da)
/// Greater than or equal operator for comparing Var with char
{
if (da.isEmpty())return false;
return other >= da.convert<char>();
}
inline Poco::Int8 operator + (const Poco::Int8& other, const Var& da)
/// Addition operator for adding Var to Poco::Int8
{
return other + da.convert<Poco::Int8>();
}
inline Poco::Int8 operator - (const Poco::Int8& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::Int8
{
return other - da.convert<Poco::Int8>();
}
inline Poco::Int8 operator * (const Poco::Int8& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::Int8
{
return other * da.convert<Poco::Int8>();
}
inline Poco::Int8 operator / (const Poco::Int8& other, const Var& da)
/// Division operator for dividing Var with Poco::Int8
{
return other / da.convert<Poco::Int8>();
}
inline Poco::Int8 operator += (Poco::Int8& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::Int8
{
return other += da.convert<Poco::Int8>();
}
inline Poco::Int8 operator -= (Poco::Int8& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::Int8
{
return other -= da.convert<Poco::Int8>();
}
inline Poco::Int8 operator *= (Poco::Int8& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::Int8
{
return other *= da.convert<Poco::Int8>();
}
inline Poco::Int8 operator /= (Poco::Int8& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::Int8
{
return other /= da.convert<Poco::Int8>();
}
inline bool operator == (const Poco::Int8& other, const Var& da)
/// Equality operator for comparing Var with Poco::Int8
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::Int8>();
}
inline bool operator != (const Poco::Int8& other, const Var& da)
/// Inequality operator for comparing Var with Poco::Int8
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::Int8>();
}
inline bool operator < (const Poco::Int8& other, const Var& da)
/// Less than operator for comparing Var with Poco::Int8
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::Int8>();
}
inline bool operator <= (const Poco::Int8& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::Int8
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::Int8>();
}
inline bool operator > (const Poco::Int8& other, const Var& da)
/// Greater than operator for comparing Var with Poco::Int8
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::Int8>();
}
inline bool operator >= (const Poco::Int8& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::Int8
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::Int8>();
}
inline Poco::UInt8 operator + (const Poco::UInt8& other, const Var& da)
/// Addition operator for adding Var to Poco::UInt8
{
return other + da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator - (const Poco::UInt8& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::UInt8
{
return other - da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator * (const Poco::UInt8& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::UInt8
{
return other * da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator / (const Poco::UInt8& other, const Var& da)
/// Division operator for dividing Var with Poco::UInt8
{
return other / da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator += (Poco::UInt8& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::UInt8
{
return other += da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator -= (Poco::UInt8& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::UInt8
{
return other -= da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator *= (Poco::UInt8& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::UInt8
{
return other *= da.convert<Poco::UInt8>();
}
inline Poco::UInt8 operator /= (Poco::UInt8& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::UInt8
{
return other /= da.convert<Poco::UInt8>();
}
inline bool operator == (const Poco::UInt8& other, const Var& da)
/// Equality operator for comparing Var with Poco::UInt8
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::UInt8>();
}
inline bool operator != (const Poco::UInt8& other, const Var& da)
/// Inequality operator for comparing Var with Poco::UInt8
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::UInt8>();
}
inline bool operator < (const Poco::UInt8& other, const Var& da)
/// Less than operator for comparing Var with Poco::UInt8
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::UInt8>();
}
inline bool operator <= (const Poco::UInt8& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::UInt8
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::UInt8>();
}
inline bool operator > (const Poco::UInt8& other, const Var& da)
/// Greater than operator for comparing Var with Poco::UInt8
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::UInt8>();
}
inline bool operator >= (const Poco::UInt8& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::UInt8
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::UInt8>();
}
inline Poco::Int16 operator + (const Poco::Int16& other, const Var& da)
/// Addition operator for adding Var to Poco::Int16
{
return other + da.convert<Poco::Int16>();
}
inline Poco::Int16 operator - (const Poco::Int16& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::Int16
{
return other - da.convert<Poco::Int16>();
}
inline Poco::Int16 operator * (const Poco::Int16& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::Int16
{
return other * da.convert<Poco::Int16>();
}
inline Poco::Int16 operator / (const Poco::Int16& other, const Var& da)
/// Division operator for dividing Var with Poco::Int16
{
return other / da.convert<Poco::Int16>();
}
inline Poco::Int16 operator += (Poco::Int16& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::Int16
{
return other += da.convert<Poco::Int16>();
}
inline Poco::Int16 operator -= (Poco::Int16& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::Int16
{
return other -= da.convert<Poco::Int16>();
}
inline Poco::Int16 operator *= (Poco::Int16& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::Int16
{
return other *= da.convert<Poco::Int16>();
}
inline Poco::Int16 operator /= (Poco::Int16& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::Int16
{
return other /= da.convert<Poco::Int16>();
}
inline bool operator == (const Poco::Int16& other, const Var& da)
/// Equality operator for comparing Var with Poco::Int16
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::Int16>();
}
inline bool operator != (const Poco::Int16& other, const Var& da)
/// Inequality operator for comparing Var with Poco::Int16
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::Int16>();
}
inline bool operator < (const Poco::Int16& other, const Var& da)
/// Less than operator for comparing Var with Poco::Int16
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::Int16>();
}
inline bool operator <= (const Poco::Int16& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::Int16
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::Int16>();
}
inline bool operator > (const Poco::Int16& other, const Var& da)
/// Greater than operator for comparing Var with Poco::Int16
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::Int16>();
}
inline bool operator >= (const Poco::Int16& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::Int16
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::Int16>();
}
inline Poco::UInt16 operator + (const Poco::UInt16& other, const Var& da)
/// Addition operator for adding Var to Poco::UInt16
{
return other + da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator - (const Poco::UInt16& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::UInt16
{
return other - da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator * (const Poco::UInt16& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::UInt16
{
return other * da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator / (const Poco::UInt16& other, const Var& da)
/// Division operator for dividing Var with Poco::UInt16
{
return other / da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator += (Poco::UInt16& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::UInt16
{
return other += da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator -= (Poco::UInt16& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::UInt16
{
return other -= da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator *= (Poco::UInt16& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::UInt16
{
return other *= da.convert<Poco::UInt16>();
}
inline Poco::UInt16 operator /= (Poco::UInt16& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::UInt16
{
return other /= da.convert<Poco::UInt16>();
}
inline bool operator == (const Poco::UInt16& other, const Var& da)
/// Equality operator for comparing Var with Poco::UInt16
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::UInt16>();
}
inline bool operator != (const Poco::UInt16& other, const Var& da)
/// Inequality operator for comparing Var with Poco::UInt16
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::UInt16>();
}
inline bool operator < (const Poco::UInt16& other, const Var& da)
/// Less than operator for comparing Var with Poco::UInt16
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::UInt16>();
}
inline bool operator <= (const Poco::UInt16& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::UInt16
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::UInt16>();
}
inline bool operator > (const Poco::UInt16& other, const Var& da)
/// Greater than operator for comparing Var with Poco::UInt16
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::UInt16>();
}
inline bool operator >= (const Poco::UInt16& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::UInt16
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::UInt16>();
}
inline Poco::Int32 operator + (const Poco::Int32& other, const Var& da)
/// Addition operator for adding Var to Poco::Int32
{
return other + da.convert<Poco::Int32>();
}
inline Poco::Int32 operator - (const Poco::Int32& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::Int32
{
return other - da.convert<Poco::Int32>();
}
inline Poco::Int32 operator * (const Poco::Int32& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::Int32
{
return other * da.convert<Poco::Int32>();
}
inline Poco::Int32 operator / (const Poco::Int32& other, const Var& da)
/// Division operator for dividing Var with Poco::Int32
{
return other / da.convert<Poco::Int32>();
}
inline Poco::Int32 operator += (Poco::Int32& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::Int32
{
return other += da.convert<Poco::Int32>();
}
inline Poco::Int32 operator -= (Poco::Int32& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::Int32
{
return other -= da.convert<Poco::Int32>();
}
inline Poco::Int32 operator *= (Poco::Int32& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::Int32
{
return other *= da.convert<Poco::Int32>();
}
inline Poco::Int32 operator /= (Poco::Int32& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::Int32
{
return other /= da.convert<Poco::Int32>();
}
inline bool operator == (const Poco::Int32& other, const Var& da)
/// Equality operator for comparing Var with Poco::Int32
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::Int32>();
}
inline bool operator != (const Poco::Int32& other, const Var& da)
/// Inequality operator for comparing Var with Poco::Int32
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::Int32>();
}
inline bool operator < (const Poco::Int32& other, const Var& da)
/// Less than operator for comparing Var with Poco::Int32
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::Int32>();
}
inline bool operator <= (const Poco::Int32& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::Int32
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::Int32>();
}
inline bool operator > (const Poco::Int32& other, const Var& da)
/// Greater than operator for comparing Var with Poco::Int32
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::Int32>();
}
inline bool operator >= (const Poco::Int32& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::Int32
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::Int32>();
}
inline Poco::UInt32 operator + (const Poco::UInt32& other, const Var& da)
/// Addition operator for adding Var to Poco::UInt32
{
return other + da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator - (const Poco::UInt32& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::UInt32
{
return other - da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator * (const Poco::UInt32& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::UInt32
{
return other * da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator / (const Poco::UInt32& other, const Var& da)
/// Division operator for dividing Var with Poco::UInt32
{
return other / da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator += (Poco::UInt32& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::UInt32
{
return other += da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator -= (Poco::UInt32& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::UInt32
{
return other -= da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator *= (Poco::UInt32& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::UInt32
{
return other *= da.convert<Poco::UInt32>();
}
inline Poco::UInt32 operator /= (Poco::UInt32& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::UInt32
{
return other /= da.convert<Poco::UInt32>();
}
inline bool operator == (const Poco::UInt32& other, const Var& da)
/// Equality operator for comparing Var with Poco::UInt32
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::UInt32>();
}
inline bool operator != (const Poco::UInt32& other, const Var& da)
/// Inequality operator for comparing Var with Poco::UInt32
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::UInt32>();
}
inline bool operator < (const Poco::UInt32& other, const Var& da)
/// Less than operator for comparing Var with Poco::UInt32
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::UInt32>();
}
inline bool operator <= (const Poco::UInt32& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::UInt32
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::UInt32>();
}
inline bool operator > (const Poco::UInt32& other, const Var& da)
/// Greater than operator for comparing Var with Poco::UInt32
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::UInt32>();
}
inline bool operator >= (const Poco::UInt32& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::UInt32
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::UInt32>();
}
inline Poco::Int64 operator + (const Poco::Int64& other, const Var& da)
/// Addition operator for adding Var to Poco::Int64
{
return other + da.convert<Poco::Int64>();
}
inline Poco::Int64 operator - (const Poco::Int64& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::Int64
{
return other - da.convert<Poco::Int64>();
}
inline Poco::Int64 operator * (const Poco::Int64& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::Int64
{
return other * da.convert<Poco::Int64>();
}
inline Poco::Int64 operator / (const Poco::Int64& other, const Var& da)
/// Division operator for dividing Var with Poco::Int64
{
return other / da.convert<Poco::Int64>();
}
inline Poco::Int64 operator += (Poco::Int64& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::Int64
{
return other += da.convert<Poco::Int64>();
}
inline Poco::Int64 operator -= (Poco::Int64& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::Int64
{
return other -= da.convert<Poco::Int64>();
}
inline Poco::Int64 operator *= (Poco::Int64& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::Int64
{
return other *= da.convert<Poco::Int64>();
}
inline Poco::Int64 operator /= (Poco::Int64& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::Int64
{
return other /= da.convert<Poco::Int64>();
}
inline bool operator == (const Poco::Int64& other, const Var& da)
/// Equality operator for comparing Var with Poco::Int64
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::Int64>();
}
inline bool operator != (const Poco::Int64& other, const Var& da)
/// Inequality operator for comparing Var with Poco::Int64
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::Int64>();
}
inline bool operator < (const Poco::Int64& other, const Var& da)
/// Less than operator for comparing Var with Poco::Int64
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::Int64>();
}
inline bool operator <= (const Poco::Int64& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::Int64
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::Int64>();
}
inline bool operator > (const Poco::Int64& other, const Var& da)
/// Greater than operator for comparing Var with Poco::Int64
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::Int64>();
}
inline bool operator >= (const Poco::Int64& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::Int64
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::Int64>();
}
inline Poco::UInt64 operator + (const Poco::UInt64& other, const Var& da)
/// Addition operator for adding Var to Poco::UInt64
{
return other + da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator - (const Poco::UInt64& other, const Var& da)
/// Subtraction operator for subtracting Var from Poco::UInt64
{
return other - da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator * (const Poco::UInt64& other, const Var& da)
/// Multiplication operator for multiplying Var with Poco::UInt64
{
return other * da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator / (const Poco::UInt64& other, const Var& da)
/// Division operator for dividing Var with Poco::UInt64
{
return other / da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator += (Poco::UInt64& other, const Var& da)
/// Addition assignment operator for adding Var to Poco::UInt64
{
return other += da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator -= (Poco::UInt64& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from Poco::UInt64
{
return other -= da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator *= (Poco::UInt64& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with Poco::UInt64
{
return other *= da.convert<Poco::UInt64>();
}
inline Poco::UInt64 operator /= (Poco::UInt64& other, const Var& da)
/// Division assignment operator for dividing Var with Poco::UInt64
{
return other /= da.convert<Poco::UInt64>();
}
inline bool operator == (const Poco::UInt64& other, const Var& da)
/// Equality operator for comparing Var with Poco::UInt64
{
if (da.isEmpty()) return false;
return other == da.convert<Poco::UInt64>();
}
inline bool operator != (const Poco::UInt64& other, const Var& da)
/// Inequality operator for comparing Var with Poco::UInt64
{
if (da.isEmpty()) return true;
return other != da.convert<Poco::UInt64>();
}
inline bool operator < (const Poco::UInt64& other, const Var& da)
/// Less than operator for comparing Var with Poco::UInt64
{
if (da.isEmpty()) return false;
return other < da.convert<Poco::UInt64>();
}
inline bool operator <= (const Poco::UInt64& other, const Var& da)
/// Less than or equal operator for comparing Var with Poco::UInt64
{
if (da.isEmpty()) return false;
return other <= da.convert<Poco::UInt64>();
}
inline bool operator > (const Poco::UInt64& other, const Var& da)
/// Greater than operator for comparing Var with Poco::UInt64
{
if (da.isEmpty()) return false;
return other > da.convert<Poco::UInt64>();
}
inline bool operator >= (const Poco::UInt64& other, const Var& da)
/// Greater than or equal operator for comparing Var with Poco::UInt64
{
if (da.isEmpty()) return false;
return other >= da.convert<Poco::UInt64>();
}
inline float operator + (const float& other, const Var& da)
/// Addition operator for adding Var to float
{
return other + da.convert<float>();
}
inline float operator - (const float& other, const Var& da)
/// Subtraction operator for subtracting Var from float
{
return other - da.convert<float>();
}
inline float operator * (const float& other, const Var& da)
/// Multiplication operator for multiplying Var with float
{
return other * da.convert<float>();
}
inline float operator / (const float& other, const Var& da)
/// Division operator for dividing Var with float
{
return other / da.convert<float>();
}
inline float operator += (float& other, const Var& da)
/// Addition assignment operator for adding Var to float
{
return other += da.convert<float>();
}
inline float operator -= (float& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from float
{
return other -= da.convert<float>();
}
inline float operator *= (float& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with float
{
return other *= da.convert<float>();
}
inline float operator /= (float& other, const Var& da)
/// Division assignment operator for dividing Var with float
{
return other /= da.convert<float>();
}
inline bool operator == (const float& other, const Var& da)
/// Equality operator for comparing Var with float
{
if (da.isEmpty()) return false;
return other == da.convert<float>();
}
inline bool operator != (const float& other, const Var& da)
/// Inequality operator for comparing Var with float
{
if (da.isEmpty()) return true;
return other != da.convert<float>();
}
inline bool operator < (const float& other, const Var& da)
/// Less than operator for comparing Var with float
{
if (da.isEmpty()) return false;
return other < da.convert<float>();
}
inline bool operator <= (const float& other, const Var& da)
/// Less than or equal operator for comparing Var with float
{
if (da.isEmpty()) return false;
return other <= da.convert<float>();
}
inline bool operator > (const float& other, const Var& da)
/// Greater than operator for comparing Var with float
{
if (da.isEmpty()) return false;
return other > da.convert<float>();
}
inline bool operator >= (const float& other, const Var& da)
/// Greater than or equal operator for comparing Var with float
{
if (da.isEmpty()) return false;
return other >= da.convert<float>();
}
inline double operator + (const double& other, const Var& da)
/// Addition operator for adding Var to double
{
return other + da.convert<double>();
}
inline double operator - (const double& other, const Var& da)
/// Subtraction operator for subtracting Var from double
{
return other - da.convert<double>();
}
inline double operator * (const double& other, const Var& da)
/// Multiplication operator for multiplying Var with double
{
return other * da.convert<double>();
}
inline double operator / (const double& other, const Var& da)
/// Division operator for dividing Var with double
{
return other / da.convert<double>();
}
inline double operator += (double& other, const Var& da)
/// Addition assignment operator for adding Var to double
{
return other += da.convert<double>();
}
inline double operator -= (double& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from double
{
return other -= da.convert<double>();
}
inline double operator *= (double& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with double
{
return other *= da.convert<double>();
}
inline double operator /= (double& other, const Var& da)
/// Division assignment operator for dividing Var with double
{
return other /= da.convert<double>();
}
inline bool operator == (const double& other, const Var& da)
/// Equality operator for comparing Var with double
{
if (da.isEmpty()) return false;
return other == da.convert<double>();
}
inline bool operator != (const double& other, const Var& da)
/// Inequality operator for comparing Var with double
{
if (da.isEmpty()) return true;
return other != da.convert<double>();
}
inline bool operator < (const double& other, const Var& da)
/// Less than operator for comparing Var with double
{
if (da.isEmpty()) return false;
return other < da.convert<double>();
}
inline bool operator <= (const double& other, const Var& da)
/// Less than or equal operator for comparing Var with double
{
if (da.isEmpty()) return false;
return other <= da.convert<double>();
}
inline bool operator > (const double& other, const Var& da)
/// Greater than operator for comparing Var with double
{
if (da.isEmpty()) return false;
return other > da.convert<double>();
}
inline bool operator >= (const double& other, const Var& da)
/// Greater than or equal operator for comparing Var with double
{
if (da.isEmpty()) return false;
return other >= da.convert<double>();
}
inline bool operator == (const bool& other, const Var& da)
/// Equality operator for comparing Var with bool
{
if (da.isEmpty()) return false;
return other == da.convert<bool>();
}
inline bool operator != (const bool& other, const Var& da)
/// Inequality operator for comparing Var with bool
{
if (da.isEmpty()) return true;
return other != da.convert<bool>();
}
inline bool operator == (const std::string& other, const Var& da)
/// Equality operator for comparing Var with std::string
{
if (da.isEmpty()) return false;
return other == da.convert<std::string>();
}
inline bool operator != (const std::string& other, const Var& da)
/// Inequality operator for comparing Var with std::string
{
if (da.isEmpty()) return true;
return other != da.convert<std::string>();
}
inline bool operator == (const UTF16String& other, const Var& da)
/// Equality operator for comparing Var with UTF16String
{
if (da.isEmpty()) return false;
return other == da.convert<UTF16String>();
}
inline bool operator != (const UTF16String& other, const Var& da)
/// Inequality operator for comparing Var with UTF16String
{
if (da.isEmpty()) return true;
return other != da.convert<UTF16String>();
}
inline bool operator == (const char* other, const Var& da)
/// Equality operator for comparing Var with const char*
{
if (da.isEmpty()) return false;
return da.convert<std::string>() == other;
}
inline bool operator != (const char* other, const Var& da)
/// Inequality operator for comparing Var with const char*
{
if (da.isEmpty()) return true;
return da.convert<std::string>() != other;
}
#ifndef POCO_LONG_IS_64_BIT
inline long operator + (const long& other, const Var& da)
/// Addition operator for adding Var to long
{
return other + da.convert<long>();
}
inline long operator - (const long& other, const Var& da)
/// Subtraction operator for subtracting Var from long
{
return other - da.convert<long>();
}
inline long operator * (const long& other, const Var& da)
/// Multiplication operator for multiplying Var with long
{
return other * da.convert<long>();
}
inline long operator / (const long& other, const Var& da)
/// Division operator for dividing Var with long
{
return other / da.convert<long>();
}
inline long operator += (long& other, const Var& da)
/// Addition assignment operator for adding Var to long
{
return other += da.convert<long>();
}
inline long operator -= (long& other, const Var& da)
/// Subtraction assignment operator for subtracting Var from long
{
return other -= da.convert<long>();
}
inline long operator *= (long& other, const Var& da)
/// Multiplication assignment operator for multiplying Var with long
{
return other *= da.convert<long>();
}
inline long operator /= (long& other, const Var& da)
/// Division assignment operator for dividing Var with long
{
return other /= da.convert<long>();
}
inline bool operator == (const long& other, const Var& da)
/// Equality operator for comparing Var with long
{
if (da.isEmpty()) return false;
return other == da.convert<long>();
}
inline bool operator != (const long& other, const Var& da)
/// Inequality operator for comparing Var with long
{
if (da.isEmpty()) return true;
return other != da.convert<long>();
}
inline bool operator < (const long& other, const Var& da)
/// Less than operator for comparing Var with long
{
if (da.isEmpty()) return false;
return other < da.convert<long>();
}
inline bool operator <= (const long& other, const Var& da)
/// Less than or equal operator for comparing Var with long
{
if (da.isEmpty()) return false;
return other <= da.convert<long>();
}
inline bool operator > (const long& other, const Var& da)
/// Greater than operator for comparing Var with long
{
if (da.isEmpty()) return false;
return other > da.convert<long>();
}
inline bool operator >= (const long& other, const Var& da)
/// Greater than or equal operator for comparing Var with long
{
if (da.isEmpty()) return false;
return other >= da.convert<long>();
}
#endif // POCO_LONG_IS_64_BIT
} // namespace Dynamic
//@ deprecated
typedef Dynamic::Var DynamicAny;
} // namespace Poco
#endif // Foundation_Var_INCLUDED