OKlibrary  0.2.1.6
NumberTheory::GcdExtVisitor_output< Int > Struct Template Reference

#include <NumberTheory_Models.hpp>

List of all members.

Public Member Functions

 GcdExtVisitor_output (std::ostream &out1, std::ostream &out2, const std::string &sep=",")
void operator() (const Int &a)
void coefficients (const Int &x, const Int &y)
void last_coefficients (const Int &x, const Int &y)
void finished ()

Public Attributes

std::ostream & out_euc_seq
std::ostream & out_euc_ext_seq
const std::string sep

Detailed Description

template<typename Int>
struct NumberTheory::GcdExtVisitor_output< Int >

Definition at line 85 of file NumberTheory_Models.hpp.


Constructor & Destructor Documentation

template<typename Int >
NumberTheory::GcdExtVisitor_output< Int >::GcdExtVisitor_output ( std::ostream &  out1,
std::ostream &  out2,
const std::string &  sep = "," 
) [inline]

Definition at line 89 of file NumberTheory_Models.hpp.


Member Function Documentation

template<typename Int >
void NumberTheory::GcdExtVisitor_output< Int >::coefficients ( const Int x,
const Int y 
) [inline]
template<typename Int >
void NumberTheory::GcdExtVisitor_output< Int >::finished ( ) [inline]
template<typename Int >
void NumberTheory::GcdExtVisitor_output< Int >::last_coefficients ( const Int x,
const Int y 
) [inline]
template<typename Int >
void NumberTheory::GcdExtVisitor_output< Int >::operator() ( const Int a) [inline]

Member Data Documentation


The documentation for this struct was generated from the following file: