AERA
Public Member Functions | List of all members
r_code::LocalObject Class Reference
Inheritance diagram for r_code::LocalObject:
r_code::Code core::_Object r_exec::Object< r_code::LocalObject, LObject > r_exec::LObject r_exec::_Fact r_exec::Goal r_exec::Group r_exec::ICST r_exec::MkActChg r_exec::MkHighAct r_exec::MkHighSln r_exec::MkLowAct r_exec::MkLowRes r_exec::MkLowSln r_exec::MkNew r_exec::MkRdx r_exec::MkSlnChg r_exec::Perf r_exec::Pred r_exec::Sim r_exec::Success

Public Member Functions

 LocalObject (SysObject *source)
 
_Viewbuild_view (SysView *source) override
 
uint32 get_oid () const override
 
void set_oid (uint32 oid) override
 
Atomcode (uint16 i) override
 
const Atomcode (uint16 i) const override
 
uint16 code_size () const override
 
void resize_code (uint16 new_size) override
 
void set_reference (uint16 i, Code *object) override
 
Codeget_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 bool is_invalidated ()
 
virtual bool invalidate ()
 
virtual void acq_views ()
 
virtual void rel_views ()
 
virtual void acq_markers ()
 
virtual void rel_markers ()
 
virtual float32 get_psln_thr ()
 
virtual void mod (uint16, float32)
 
virtual void set (uint16, float32)
 
virtual _Viewget_view (Code *, bool)
 
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 ()
 

Additional Inherited Members

- Public Attributes inherited from r_code::Code
r_code::list< Code * > markers_
 
std::unordered_set< _View *, _View::Hash, _View::Equalviews_
 
- 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_code::Code
void load (SysObject *source)
 
template<class V >
_Viewbuild_view (SysView *source)
 
- Protected Attributes inherited from r_code::Code
int32 storage_index_
 
- Protected Attributes inherited from core::_Object
int32 volatile refCount_
 

Detailed Description

Definition at line 376 of file r_code/object.h.


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