Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BaseAndExponent Struct Template Reference

Base and Exponent. More...

#include <algebra.h>

List of all members.

Public Methods

 BaseAndExponent ()
 BaseAndExponent (const T &base,const E &exponent)
bool operator< (const BaseAndExponent< T,E > &rhs)const

Public Attributes

base
exponent


Detailed Description

template<class T, class E = Integer> struct BaseAndExponent

Base and Exponent.

Definition at line 119 of file algebra.h.


Constructor & Destructor Documentation

template<class T, class E = Integer>
BaseAndExponent<T, E>::BaseAndExponent<T, E> ( ) [inline]
 

Definition at line 122 of file algebra.h.

template<class T, class E = Integer>
BaseAndExponent<T, E>::BaseAndExponent<T, E> ( const T & base,
const E & exponent ) [inline]
 

Definition at line 123 of file algebra.h.


Member Function Documentation

template<class T, class E = Integer>
bool BaseAndExponent<T, E>::operator< ( const BaseAndExponent< T,E > & rhs ) const [inline]
 

Definition at line 124 of file algebra.h.


Member Data Documentation

template<class T, class E = Integer>
T BaseAndExponent<T, E>::base
 

Definition at line 125 of file algebra.h.

template<class T, class E = Integer>
E BaseAndExponent<T, E>::exponent
 

Definition at line 126 of file algebra.h.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 15 01:16:41 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000