OKlibrary
0.2.1.6
|
#include <NumberTheory_Models.hpp>
Public Types | |
typedef Int | int_type |
Public Member Functions | |
Gcd () | |
Gcd (Visitor vis) | |
int_type | operator() (int_type a, int_type b) |
Public Attributes | |
Visitor | vis |
Definition at line 50 of file NumberTheory_Models.hpp.
typedef Int NumberTheory::Gcd< Int, Visitor >::int_type |
Definition at line 51 of file NumberTheory_Models.hpp.
NumberTheory::Gcd< Int, Visitor >::Gcd | ( | ) | [inline] |
Definition at line 53 of file NumberTheory_Models.hpp.
NumberTheory::Gcd< Int, Visitor >::Gcd | ( | Visitor | vis | ) | [inline] |
Definition at line 54 of file NumberTheory_Models.hpp.
int_type NumberTheory::Gcd< Int, Visitor >::operator() | ( | int_type | a, |
int_type | b | ||
) | [inline] |
Definition at line 55 of file NumberTheory_Models.hpp.
References NumberTheory::Gcd< Int, Visitor >::vis.
Visitor NumberTheory::Gcd< Int, Visitor >::vis |
Definition at line 52 of file NumberTheory_Models.hpp.
Referenced by NumberTheory::Gcd< Int, Visitor >::operator()().