summaryrefslogtreecommitdiff
path: root/include/hashmember.h
AgeCommit message (Collapse)Author
2013-12-08Fixed calling callback functions that were passed as array membersEmiel Bruijntjes
2013-12-07Implemented operator overloading for hash membersEmiel Bruijntjes
2013-10-22Initial setup for dealing with object propertiesEmiel Bruijntjes
2013-10-20long types have been replaced with int16, int32 and int64 types to make code ↵Emiel Bruijntjes
more readable and easier portable between architectures longType and decimalType have been replace by numericType and floatType Many arithmetic operators have been added to the value class Solved various issues with copying and moving value objects
2013-09-26Renamed member class to hashmember, because we're going to use the member ↵Emiel Bruijntjes
class for specifying class information