OKlibrary
0.2.1.6
|
#include <NumberTheory_Models.hpp>
Public Member Functions | |
GcdVisitor_output (std::ostream &out, const std::string &sep=",") | |
void | operator() (const Int &x) |
void | finished () |
Public Attributes | |
std::ostream & | out |
const std::string | sep |
Definition at line 37 of file NumberTheory_Models.hpp.
NumberTheory::GcdVisitor_output< Int >::GcdVisitor_output | ( | std::ostream & | out, |
const std::string & | sep = "," |
||
) | [inline] |
Definition at line 40 of file NumberTheory_Models.hpp.
void NumberTheory::GcdVisitor_output< Int >::finished | ( | ) | [inline] |
Definition at line 44 of file NumberTheory_Models.hpp.
References NumberTheory::GcdVisitor_output< Int >::out.
void NumberTheory::GcdVisitor_output< Int >::operator() | ( | const Int & | x | ) | [inline] |
Definition at line 41 of file NumberTheory_Models.hpp.
References NumberTheory::GcdVisitor_output< Int >::out, and NumberTheory::GcdVisitor_output< Int >::sep.
std::ostream& NumberTheory::GcdVisitor_output< Int >::out |
Definition at line 38 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::GcdVisitor_output< Int >::finished(), and NumberTheory::GcdVisitor_output< Int >::operator()().
const std::string NumberTheory::GcdVisitor_output< Int >::sep |
Definition at line 39 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::GcdVisitor_output< Int >::operator()().