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

◆ text_out() [3/3]

void res_comp::text_out ( const res_pair * p) const

Definition at line 1287 of file res-a1.cpp.

1288{
1289 buffer o;
1290 text_out(o, p);
1291 emit(o.str());
1292}
char * str()
Definition buffer.hpp:72
void text_out(const res_pair *p) const
Definition res-a1.cpp:1287
int p
void emit(const char *s)
Definition text-io.cpp:41

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

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