|
AERA
|
Public Member Functions | |
| ICST (r_code::SysObject *source) | |
| bool | is_invalidated () override |
| bool | contains (const _Fact *component, uint16 &component_index) const |
| bool | r_contains (const _Fact *component) const |
Public Member Functions inherited from r_exec::LObject | |
| LObject (r_code::Mem *mem=NULL) | |
| LObject (r_code::SysObject *source) | |
Public Member Functions inherited from r_exec::Object< r_code::LocalObject, LObject > | |
| r_code::_View * | build_view (r_code::SysView *source) override |
| bool | is_invalidated () override |
| bool | invalidate () override |
| void | compute_hash_value () |
| float32 | get_psln_thr () override |
| void | acq_views () override |
| void | rel_views () override |
| void | acq_markers () override |
| void | rel_markers () override |
| void | set (uint16 member_index, float32 value) override |
| void | mod (uint16 member_index, float32 value) override |
| r_code::_View * | get_view (r_code::Code *group, bool lock) override |
Public Member Functions inherited from r_code::LocalObject | |
| LocalObject (SysObject *source) | |
| uint32 | get_oid () const override |
| void | set_oid (uint32 oid) override |
| Atom & | code (uint16 i) override |
| const Atom & | code (uint16 i) const override |
| uint16 | code_size () const override |
| void | resize_code (uint16 new_size) override |
| void | set_reference (uint16 i, Code *object) override |
| Code * | get_reference (uint16 i) const override |
| uint16 | references_size () const override |
| void | clear_references () override |
| void | set_references (std::vector< P< Code > > &new_references) override |
| void | add_reference (Code *object) override |
Public Member Functions inherited from r_code::Code | |
| void | set_strorage_index (int32 i) |
| bool | is_registered () const |
| int32 | get_storage_index () const |
| bool | includes (Atom a) const |
| virtual bool | is_compact () const |
| virtual void | mod (uint16, float32) |
| virtual void | set (uint16, float32) |
| void | remove_marker (Code *m) |
| void | trace (uint16 i, std::ostream &out, Atom::TraceContext &context) const |
| void | trace (std::ostream &out) const |
| void | trace () const |
| std::string | trace_string () const |
| std::string | trace_string (uint16 i) const |
| void | r_trace (std::ostream &out) const |
| void | r_trace () const |
| std::string | r_trace_string () const |
Public Member Functions inherited from core::_Object | |
| void | incRef () |
| virtual void | decRef () |
Public Attributes | |
| P< BindingMap > | bindings_ |
| std::vector< P< _Fact > > | components_ |
Public Attributes inherited from r_code::Code | |
| r_code::list< Code * > | markers_ |
| std::unordered_set< _View *, _View::Hash, _View::Equal > | views_ |
Additional Inherited Members | |
Static Public Member Functions inherited from r_exec::LObject | |
| static bool | RequiresPacking () |
| static LObject * | Pack (r_code::Code *object, r_code::Mem *) |
Static Public Attributes inherited from r_code::Code | |
| static const int32 | null_storage_index = -1 |
| static const uint32 | CodeMarkersInitialSize = 8 |
Protected Member Functions inherited from r_exec::Object< r_code::LocalObject, LObject > | |
| Object (r_code::Mem *mem) | |
Protected Member Functions inherited from r_code::Code | |
| void | load (SysObject *source) |
| template<class V > | |
| _View * | build_view (SysView *source) |
Protected Attributes inherited from r_code::Code | |
| int32 | storage_index_ |
Protected Attributes inherited from core::_Object | |
| std::atomic_int32_t | refCount_ |
| bool r_exec::ICST::contains | ( | const _Fact * | component, |
| uint16 & | component_index | ||
| ) | const |
Check if the components_ contains the given component. This does not recurse.
| component | The component to search for. This checks for the exact object (not a match). |
| component_index | If this returns true, set component_index to the index of the found component. |
Definition at line 930 of file factory.cpp.
| bool r_exec::ICST::r_contains | ( | const _Fact * | component | ) | const |
Check if the components_ or any sub icst contains the give component. (If a component is an f_icst, this recursively calls itself.)
| component | The component to search for. This checks for the exact object (not a match). |
Definition at line 944 of file factory.cpp.
1.8.18