|
AERA
|
Classes | |
| class | Equal |
| class | Hash |
| class | Less |
Public Types | |
| enum | SyncMode { SYNC_ONCE = 0, SYNC_PERIODIC = 1, SYNC_HOLD = 2, SYNC_AXIOM = 3, SYNC_ONCE_AXIOM = 4 } |
Public Member Functions | |
| _View (SysView *source, Code *object) | |
| Atom & | code (uint16 i) |
| Atom | code (uint16 i) const |
| SyncMode | get_sync () const |
| Timestamp | get_ijt () const |
| void | set_ijt (Timestamp ijt) |
Public Member Functions inherited from core::_Object | |
| void | incRef () |
| virtual void | decRef () |
Public Attributes | |
| Code * | references_ [2] |
| P< Code > | object_ |
Protected Attributes | |
| Atom | code_ [VIEW_CODE_MAX_SIZE] |
Protected Attributes inherited from core::_Object | |
| std::atomic_int32_t | refCount_ |
Definition at line 163 of file r_code/object.h.
1.8.18