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