summaryrefslogtreecommitdiff
path: root/src/core/common/Function.hpp
AgeCommit message (Collapse)Author
2015-01-15Using Arguments::None instead of storing a flag if no explicit arguments ↵Andreas Stöckel
were given for validation
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
Conflicts: application/src/core/model/Document.hpp
2014-12-21allowing to store Function objects in Variants, added simple unit test for ↵Andreas Stöckel
the Method class
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