#include <dispatcher.hpp>
Definition at line 92 of file dispatcher.hpp.
typedef function_0<void> INV |
Definition at line 93 of file dispatcher.hpp.
invalidator_2_rep | ( | const INV & | p2, | |
R ** | t2, | |||
int * | ol1, | |||
int * | ol2, | |||
int * | nl1, | |||
int * | nl2 | |||
) | [inline] |
void apply | ( | ) | [inline, virtual] |
Implements function_0_rep< void >.
Definition at line 105 of file dispatcher.hpp.
References mmx::is_nil(), invalidator_2_rep< R >::new_len_1, invalidator_2_rep< R >::new_len_2, invalidator_2_rep< R >::old_len_1, invalidator_2_rep< R >::old_len_2, invalidator_2_rep< R >::prev, and invalidator_2_rep< R >::tab.
int* new_len_1 |
Definition at line 98 of file dispatcher.hpp.
Referenced by invalidator_2_rep< R >::apply().
int* new_len_2 |
Definition at line 99 of file dispatcher.hpp.
Referenced by invalidator_2_rep< R >::apply().
int* old_len_1 |
Definition at line 96 of file dispatcher.hpp.
Referenced by invalidator_2_rep< R >::apply().
int* old_len_2 |
Definition at line 97 of file dispatcher.hpp.
Referenced by invalidator_2_rep< R >::apply().
Definition at line 94 of file dispatcher.hpp.
Referenced by invalidator_2_rep< R >::apply().
R** tab |
Definition at line 95 of file dispatcher.hpp.
Referenced by invalidator_2_rep< R >::apply().