summaryrefslogtreecommitdiff
path: root/src/core/common/VariantConverter.hpp
AgeCommit message (Collapse)Author
2015-01-11Implemented conversion to more Variant types, implemented ↵Andreas Stöckel
VariantConverter::convert method
2015-01-11Renamed RttiBase to RttiTypeAndreas Stöckel
2015-01-11Renamed Variant::Type to VariantType to allow forward declarationAndreas Stöckel
2015-01-11Refactored conversion routines used in the Typesystem class and the Variant ↵Andreas Stöckel
class into an own class, implemented missing conversion from string to integer/double, implemented proper JSON serialization of variants