#include <merge_sort_streams.h>
Public Member Functions | |
| CStreamPos (T inContent) | |
| CStreamPos (long int inContent) | |
| operator T () const | |
| operator long int () const | |
| CStreamPos< T > & | operator++ () |
| CStreamPos< T > | operator++ (int) |
| CStreamPos< T > | operator% (int inMod) const |
| CStreamPos< T > | operator/ (int inMod) const |
| bool | operator< (CStreamPos< T > &inThan) const |
| bool | operator! () const |
| CStreamPos< T > | operator+ (CStreamPos< T > &inSummand) |