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

◆ text_out() [3/3]

void res2_comp::text_out ( const res2_pair * p) const

Definition at line 1919 of file res-a0.cpp.

1920{
1921 buffer o;
1922 text_out(o, p);
1923 emit(o.str());
1924}
char * str()
Definition buffer.hpp:72
void text_out(const res2_pair *p) const
Definition res-a0.cpp:1919
int p
void emit(const char *s)
Definition text-io.cpp:41

References emit(), p, buffer::str(), and text_out().

Referenced by stats(), text_out(), and text_out().