|
PolyBoRi
|
#include <CExpIter.h>
Public Types | |
| typedef ExpType | value_type |
| typedef const value_type & | result_type |
| typedef value_type::size_type | size_type |
Public Member Functions | |
| CExpGenerator () | |
| Default constructor. More... | |
| template<class SequenceType > | |
| result_type | operator() (const SequenceType &) const |
| Return currently stored results. More... | |
| void | resize (size_type nlen) |
| Take the first nlen elements of the exponent vector only. More... | |
| void | reserve (size_type nlen) |
| Prepare space for nlen elements. More... | |
| size_type | size () const |
| Get current size. More... | |
| template<class Iterator > | |
| void | append (Iterator start, Iterator finish) |
| Append elements to exponent vector. More... | |
| typedef const value_type& polybori::CExpGenerator< ExpType >::result_type |
| typedef value_type::size_type polybori::CExpGenerator< ExpType >::size_type |
| typedef ExpType polybori::CExpGenerator< ExpType >::value_type |
|
inline |
Default constructor.
|
inline |
Append elements to exponent vector.
|
inline |
Return currently stored results.
|
inline |
Prepare space for nlen elements.
|
inline |
Take the first nlen elements of the exponent vector only.
|
inline |
Get current size.
1.8.9.1