#include <stream.h>
Inheritance diagram for ConstantVectorStream:

Public Types | |
| typedef _Vector | Vector |
| typedef ConstantVectorStream< Vector > | Self_t |
Public Methods | |
| ConstantVectorStream (Vector &v, size_t m) | |
| Vector & | get (Vector &v) |
| Self_t & | operator>> (Vector &v) |
| size_t | size () const |
| size_t | pos () const |
| size_t | dim () const |
| operator bool () const | |
| void | reset () |
|
|
Reimplemented from VectorStream. |
|
|
Reimplemented from VectorStream. |
|
||||||||||||
|
Constructor Construct a new factory with the given field and vector size.
|
|
|
Dimension of the space Implements VectorStream. |
|
|
Retrieve vector
Implements VectorStream. |
|
|
Check whether we have reached the end Implements VectorStream. |
|
|
Extraction operator form Reimplemented from VectorStream. |
|
|
Number of vectors created so far Implements VectorStream. |
|
|
Reset the factory to start at the beginning Implements VectorStream. |
|
|
Number of vectors to be created Implements VectorStream. |
1.2.18