summaryrefslogtreecommitdiff
path: root/src/core/common/Function.hpp
AgeCommit message (Expand)Author
2015-01-15Using Arguments::None instead of storing a flag if no explicit arguments were...Andreas Stöckel
2015-01-13Made functions move and copy constructible. Why? Because I can.Andreas Stöckel
2015-01-13allowing validated methodsAndreas Stöckel
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-21allowing to store Function objects in Variants, added simple unit test for th...Andreas Stöckel
2014-12-21added Function as new variant typeAndreas Stöckel
2014-12-21changed RttiTypes from class to namespaceAndreas Stöckel
2014-12-21Function now derives from ManagedAndreas Stöckel
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel