Macaulay2 Engine
Loading...
Searching...
No Matches
◆
Clear()
template<typename MonomType>
void
BIBasis::TSet
< MonomType >::Clear
(
)
Definition at line
115
of file
tset.hpp
.
116
{
117
JTree
.Clear();
118
119
Iterator
it
=
TripleList
.begin();
120
while
(
it
!=
TripleList
.end())
121
{
122
delete
*
it
;
123
++
it
;
124
}
125
TripleList
.clear();
126
}
BIBasis::TSet::TripleList
std::list< Triple< MonomType > * > TripleList
Definition
tset.hpp:51
BIBasis::TSet::JTree
JanetTree< MonomType > JTree
Definition
tset.hpp:52
BIBasis::TSet::Iterator
std::list< Triple< MonomType > * >::iterator Iterator
Definition
tset.hpp:55
BIBasis::TSet
Definition
tset.hpp:49
References
JTree
, and
TripleList
.
Referenced by
~TSet()
.
BIBasis
TSet
Generated on
for Macaulay2 Engine by
1.15.0