primes::prime_decomposition< n, upto > Struct Template Reference

List of all members.

Public Types

typedef boost::mpl::integral_c<
int, upto::value-1 > 
upto_m1
typedef prime_decomposition<
n, upto_m1 >::type 
part_decomposition
typedef reduce_prime< part_decomposition,
upto >::type 
type
typedef boost::mpl::integral_c<
int, upto::value-1 > 
upto_m1
typedef prime_decomposition<
n, upto_m1 >::type 
part_decomposition
typedef reduce_prime< part_decomposition,
upto >::type 
type

Public Member Functions

 BOOST_STATIC_ASSERT ((upto_m1::value >=1))
 BOOST_STATIC_ASSERT ((upto_m1::value >=1))

Detailed Description

template<typename n, typename upto>
struct primes::prime_decomposition< n, upto >

Definition at line 441 of file Copy of playground.cpp.


Member Typedef Documentation

template<typename n, typename upto>
typedef boost::mpl::integral_c<int, upto::value-1> primes::prime_decomposition< n, upto >::upto_m1

Definition at line 442 of file Copy of playground.cpp.

template<typename n, typename upto>
typedef prime_decomposition<n, upto_m1>::type primes::prime_decomposition< n, upto >::part_decomposition

Definition at line 446 of file Copy of playground.cpp.

template<typename n, typename upto>
typedef reduce_prime<part_decomposition, upto>::type primes::prime_decomposition< n, upto >::type

Definition at line 447 of file Copy of playground.cpp.

template<typename n, typename upto>
typedef boost::mpl::integral_c<int, upto::value-1> primes::prime_decomposition< n, upto >::upto_m1

Definition at line 442 of file playground.cpp.

template<typename n, typename upto>
typedef prime_decomposition<n, upto_m1>::type primes::prime_decomposition< n, upto >::part_decomposition

Definition at line 446 of file playground.cpp.

template<typename n, typename upto>
typedef reduce_prime<part_decomposition, upto>::type primes::prime_decomposition< n, upto >::type

Definition at line 447 of file playground.cpp.


Member Function Documentation

template<typename n, typename upto>
primes::prime_decomposition< n, upto >::BOOST_STATIC_ASSERT ( (upto_m1::value >=1)   ) 

template<typename n, typename upto>
primes::prime_decomposition< n, upto >::BOOST_STATIC_ASSERT ( (upto_m1::value >=1)   ) 


The documentation for this struct was generated from the following files:
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by  doxygen 1.5.1-p1
hosted on SourceForge.net Logo