mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added next() method
This commit is contained in:
parent
c73cc186a2
commit
1188defd08
1 changed files with 5 additions and 0 deletions
5
mls.hh
5
mls.hh
|
|
@ -38,6 +38,11 @@ public:
|
|||
(*this)();
|
||||
return reg != r;
|
||||
}
|
||||
int next()
|
||||
{
|
||||
(*this)();
|
||||
return reg;
|
||||
}
|
||||
bool operator()()
|
||||
{
|
||||
bool fb = reg & test;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue