|
virtual void | mark () const |
| For garbage collection. Used in first phase of garbage collection. More...
|
|
◆ LeftConcat()
nsMLShom::LeftConcat::LeftConcat |
( |
const GSDD & |
l, |
|
|
const MLShom & |
_h, |
|
|
int |
ref = 0 |
|
) |
| |
|
inline |
◆ clone()
_MLShom* nsMLShom::LeftConcat::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ eval()
Implements _MLShom.
References AdditiveMap< K, V, EqualKey >::add(), AdditiveMap< K, V, EqualKey >::begin(), AdditiveMap< K, V, EqualKey >::end(), h, and left.
◆ hash()
size_t nsMLShom::LeftConcat::hash |
( |
| ) |
const |
|
inlinevirtual |
◆ mark()
virtual void _MLShom::mark |
( |
| ) |
const |
|
inlineprivatevirtualinherited |
For garbage collection. Used in first phase of garbage collection.
◆ operator==()
bool nsMLShom::LeftConcat::operator== |
( |
const _MLShom & |
other | ) |
const |
|
inlinevirtual |
◆ shouldCache()
virtual bool _MLShom::shouldCache |
( |
| ) |
const |
|
inlinevirtualinherited |
test if caching should be done : default means should cache
Reimplemented in nsMLShom::Identity.
◆ skip_variable()
bool nsMLShom::LeftConcat::skip_variable |
( |
int |
| ) |
const |
|
inline |
MLShom nsMLShom::LeftConcat::h |
|
private |
◆ left
GSDD nsMLShom::LeftConcat::left |
|
private |
◆ 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: