kanzi::ExecuteScriptAction::Scope Struct Reference

#include <kanzi/js/execute_script_action.hpp>

Public Member Functions

 Scope ()
 

Public Attributes

Globalglobal
 
NodeSharedPtr m_scopeNode
 Reference the context node where the script is executing. More...
 
vector< NodeSharedPtrm_tempNodes
 References to keep alive all the other nodes that the script accesses the whole duration of the script. More...
 

Constructor & Destructor Documentation

kanzi::ExecuteScriptAction::Scope::Scope ( )
inline

Member Data Documentation

Global* kanzi::ExecuteScriptAction::Scope::global
NodeSharedPtr kanzi::ExecuteScriptAction::Scope::m_scopeNode

Reference the context node where the script is executing.

vector<NodeSharedPtr> kanzi::ExecuteScriptAction::Scope::m_tempNodes

References to keep alive all the other nodes that the script accesses the whole duration of the script.


The documentation for this struct was generated from the following file: