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

#include <NumberTheory_Models.hpp>

List of all members.

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

Detailed Description

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

Definition at line 37 of file NumberTheory_Models.hpp.


Constructor & Destructor Documentation

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

Definition at line 40 of file NumberTheory_Models.hpp.


Member Function Documentation

template<typename Int >
void NumberTheory::GcdVisitor_output< Int >::finished ( ) [inline]
template<typename Int >
void NumberTheory::GcdVisitor_output< Int >::operator() ( const Int x) [inline]

Member Data Documentation

template<typename Int >
const std::string NumberTheory::GcdVisitor_output< Int >::sep

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