diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-10-26 23:51:44 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-10-26 23:51:44 +0000 |
commit | 7ea06d81b263d23bbe3cb5a4480e63857cb36f0f (patch) | |
tree | 6faa2dbc88cb787b1383077b17da0dc17bdc3c57 /src/core/script/Variant.hpp | |
parent | a093d01e6a9b3dd8974a6a6d26706ed73a9c6217 (diff) |
implemented setting/getting host variables, including host functions but not yet host objects
git-svn-id: file:///var/local/svn/basicwriter@81 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'src/core/script/Variant.hpp')
-rw-r--r-- | src/core/script/Variant.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/script/Variant.hpp b/src/core/script/Variant.hpp index 8cb0e8f..848c595 100644 --- a/src/core/script/Variant.hpp +++ b/src/core/script/Variant.hpp @@ -31,6 +31,7 @@ // TODO: Use std::unique_ptr for *Function // TODO: Move semantic in complex constructors // TODO: Delete default constructors/assignment operators in pretty much everything +// TODO: Remove implicit type conversions, but add explicit conversion function! namespace ousia { namespace script { |