#include <MLSHom.h>
|
virtual void | mark () const |
| For garbage collection. Used in first phase of garbage collection. More...
|
|
◆ _MLShom()
_MLShom::_MLShom |
( |
int |
ref = 0 | ) |
|
|
inline |
◆ ~_MLShom()
virtual _MLShom::~_MLShom |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual _MLShom* _MLShom::clone |
( |
| ) |
const |
|
pure virtual |
◆ eval()
◆ hash()
virtual size_t _MLShom::hash |
( |
| ) |
const |
|
pure virtual |
◆ mark()
virtual void _MLShom::mark |
( |
| ) |
const |
|
inlineprivatevirtual |
For garbage collection. Used in first phase of garbage collection.
◆ operator==()
virtual bool _MLShom::operator== |
( |
const _MLShom & |
h | ) |
const |
|
pure virtual |
◆ shouldCache()
virtual bool _MLShom::shouldCache |
( |
| ) |
const |
|
inlinevirtual |
test if caching should be done : default means should cache
Reimplemented in nsMLShom::Identity.
◆ MLShom
open access to container class MLHom.
◆ marking
For garbage collection.
Used in the two phase garbage collection process. A Shom that is not marked after the first pass over the unicity table, will be sweeped in the second phase. Outside of garbage collection routine, marking should always bear the value false.
Referenced by MLShom::garbage().
◆ refCounter
For garbage collection.
Counts the number of times a _MLHom is referenced from the context of an MLHom.
The documentation for this class was generated from the following file: