Kanzi  3.9.8
Kanzi Engine C++ API
action.hpp File Reference

Classes

class  kanzi::Action
 Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More...
 

Namespaces

 kanzi
 

Typedefs

using kanzi::ActionConstIterator = ActionContainer::const_iterator
 
using kanzi::ActionContainer = vector< ActionSharedPtr >
 
using kanzi::ActionSharedPtr = shared_ptr< Action >
 
using kanzi::ActionWeakPtr = weak_ptr< Action >