#include <series.hpp>
Definition at line 448 of file series.hpp.
iterator_series_rep | ( | const iterator< C > & | it2, | |
const string & | name2 | |||
) | [inline] |
Definition at line 452 of file series.hpp.
00452 : 00453 Series_rep (CF(it)), it (it2), name (name2) {} syntactic expression (const syntactic& z) const {
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 454 of file series.hpp.
C next | ( | ) | [inline] |
Definition at line 456 of file series.hpp.
References mmx::C.
00456 { 00457 if (busy (it)) { 00458 C c= *it; ++it; return c; } 00459 else return this->zero (); }