Macaulay2 Engine
Loading...
Searching...
No Matches

◆ extensions_text_out()

void M2::ARingTower::extensions_text_out ( buffer & o) const
private

Definition at line 174 of file aring-tower.cpp.

175{
176 for (int i = 0; i < mExtensions.size(); i++)
177 {
178 if (mExtensions[i] != nullptr)
179 {
180 o << newline << " ";
181 elem_text_out(o, i, mExtensions[i], true, false, false);
182 }
183 }
184}
std::vector< ElementType > mExtensions
void elem_text_out(buffer &o, ElementType a, bool p_one=true, bool p_plus=false, bool p_parens=false) const
char newline[]
Definition m2-types.cpp:49

References elem_text_out(), mExtensions, and newline.

Referenced by text_out().