|
ldas-tools-framecpp
2.7.0
|
Manipulator class for input streams. More...
#include <IOStream.hh>
Public Member Functions | |
| Resizer (T &Container, S &NewSize) | |
| Constructor. More... | |
| IStream & | operator() (IStream &In) |
| Resizer (T &Container, S &NewSize) | |
| Constructor. More... | |
| IStream & | operator() (IStream &In) |
| Resizer (T &Container, S &NewSize) | |
| Constructor. More... | |
| IStream & | operator() (IStream &In) |
Manipulator class for input streams.
This manipulator class allows for the dynamic resizing of classes that define a resize method.
In the example given above, columnName is an array of strings that needs to be resized after the number of columns (nColumn) is known.
|
inline |
Constructor.
| Container | The container to be resized |
| NewSize | The number of elements that the new container should have. |
|
inline |
Constructor.
| Container | The container to be resized |
| NewSize | The number of elements that the new container should have. |
|
inline |
Constructor.
| Container | The container to be resized |
| NewSize | The number of elements that the new container should have. |
|
inline |
| In | Input stream. |
|
inline |
| In | Input stream. |
|
inline |
| In | Input stream. |
1.8.13