|
| LocalObject (SysObject *source) |
|
_View * | build_view (SysView *source) override |
|
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 |
|
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 _View * | get_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 |
|
void | incRef () |
|
virtual void | decRef () |
|
Definition at line 376 of file r_code/object.h.
The documentation for this class was generated from the following file: