summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/ContentExecutorImpl.h
diff options
context:
space:
mode:
authoralexzhornyak <alexander.zhornyak@gmail.com>2017-05-07 17:00:12 (GMT)
committeralexzhornyak <alexander.zhornyak@gmail.com>2017-05-07 17:00:12 (GMT)
commit43936ecb53a0eb582eaf3a56ec0c016f8c47ae7f (patch)
tree2ea3905b58db14856b141cde0aeefb0aead04bd2 /src/uscxml/interpreter/ContentExecutorImpl.h
parent75bf929119ca976e0d6b8da75770d07b510d5824 (diff)
downloaduscxml-43936ecb53a0eb582eaf3a56ec0c016f8c47ae7f.zip
uscxml-43936ecb53a0eb582eaf3a56ec0c016f8c47ae7f.tar.gz
uscxml-43936ecb53a0eb582eaf3a56ec0c016f8c47ae7f.tar.bz2
evalAsScript
Implemented evalAsScript function
Diffstat (limited to 'src/uscxml/interpreter/ContentExecutorImpl.h')
-rw-r--r--src/uscxml/interpreter/ContentExecutorImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/ContentExecutorImpl.h b/src/uscxml/interpreter/ContentExecutorImpl.h
index 5f0acfe..6afeca8 100644
--- a/src/uscxml/interpreter/ContentExecutorImpl.h
+++ b/src/uscxml/interpreter/ContentExecutorImpl.h
@@ -59,6 +59,7 @@ public:
uint32_t iteration) = 0;
virtual Data evalAsData(const std::string& expr) = 0;
+ virtual void evalAsScript(const std::string& content) = 0;
virtual Data getAsData(const std::string& expr) = 0;
virtual void assign(const std::string& location, const Data& data, const std::map<std::string, std::string>& attrs) = 0;