|
AERA
|
Public Member Functions | |
| HASTController (AutoFocusController *auto_focus, View *target, _Fact *source) | |
| void | reduce (View *input) |
| void | reduce (View *v, _Fact *input) |
Public Member Functions inherited from r_exec::ASTController< HASTController > | |
| r_code::Code * | get_core_object () const override |
| void | take_input (r_exec::View *input) override |
| void | reduce (View *input) |
Public Member Functions inherited from r_exec::Controller | |
| std::chrono::microseconds | get_tsc () |
| virtual void | invalidate () |
| bool | is_invalidated () |
| void | activate (bool a) |
| bool | is_activated () const |
| bool | is_alive () const |
| virtual r_code::Code * | get_core_object () const =0 |
| r_code::Code * | get_object () const |
| r_exec::View * | get_view () const |
| void | _take_input (r_exec::View *input) |
| virtual void | gain_activation () |
| virtual void | lose_activation () |
| void | set_view (View *view) |
| void | debug (View *) |
Public Member Functions inherited from core::_Object | |
| void | incRef () |
| virtual void | decRef () |
Additional Inherited Members | |
Protected Member Functions inherited from r_exec::ASTController< HASTController > | |
| void | kill () |
| ASTController (AutoFocusController *auto_focus, View *target) | |
Protected Member Functions inherited from r_exec::OController | |
| OController (r_code::_View *view) | |
Protected Member Functions inherited from r_exec::Controller | |
| template<class C > | |
| void | __take_input (r_exec::View *input) |
| Controller (r_code::_View *view) | |
Static Protected Member Functions inherited from r_exec::Controller | |
| static void | push_reduction_job (_ReductionJob *j) |
Protected Attributes inherited from r_exec::ASTController< HASTController > | |
| P< CTPX > | tpx_ |
| P< _Fact > | target_ |
| Timestamp | thz_timestamp_ |
Protected Attributes inherited from r_exec::OController | |
| r_code::list< P< Overlay > > | overlays_ |
Protected Attributes inherited from r_exec::Controller | |
| volatile uint32 | invalidated_ |
| volatile uint32 | activated_ |
| std::chrono::microseconds | time_scope_ |
| r_code::_View * | view_ |
| CriticalSection | reductionCS_ |
Protected Attributes inherited from core::_Object | |
| std::atomic_int32_t | refCount_ |
Definition at line 133 of file ast_controller.h.
1.8.18