#include <CExpIter.h>
Public Member Functions |
| CExpGenerator () |
| Default constructor.
|
template<class SequenceType > |
result_type | operator() (const SequenceType &) const |
| Return currently stored results.
|
void | resize (size_type nlen) |
| Take the first nlen elements of the exponent vector only.
|
void | reserve (size_type nlen) |
| Prepare space for nlen elements.
|
size_type | size () const |
| Get current size.
|
template<class Iterator > |
void | append (Iterator start, Iterator finish) |
| Append elements to exponent vector.
|
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<class ExpType >
template<class Iterator >
Append elements to exponent vector.
template<class ExpType >
template<class SequenceType >
Return currently stored results.
Prepare space for nlen elements.
Take the first nlen elements of the exponent vector only.
The documentation for this class was generated from the following file: