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

◆ elem_text_out()

template<class RingType>
virtual void M2::ConcreteRing< RingType >::elem_text_out ( buffer & o,
const ring_elem f,
bool p_one = true,
bool p_plus = false,
bool p_parens = false ) const
inlinevirtual

Implements Ring.

Definition at line 437 of file aring-glue.hpp.

442 {
443 if (displayArithmeticCalls) fprintf(stderr, "calling elem_text_out\n");
444 const ElementType &a = R->from_ring_elem_const(f);
445 R->elem_text_out(o, a, p_one, p_plus, p_parens);
446 }
RingType::ElementType ElementType
std::unique_ptr< RingType > R