Inherits YGP::extStreambuf.
Public Member Functions | |
| extStream () | |
| extStream (const T &source) | |
| ~extStream () | |
| void | init () |
Accessing stream values | |
| unsigned int | getLine () const |
| unsigned int | getColumn () const |
It overcomes two drawbacks of the original streams:
| YGP::extStream< T >::extStream | ( | ) | [inline] |
Default constrcutor; Creates a stream.
| YGP::extStream< T >::extStream | ( | const T & | source | ) | [inline] |
Constructor; Creates a stream with a data sink (to read from).
| YGP::extStream< T >::~extStream | ( | ) | [inline] |
Destructor.
| unsigned int YGP::extStream< T >::getColumn | ( | ) | const [inline] |
| unsigned int YGP::extStream< T >::getLine | ( | ) | const [inline] |
| void YGP::extStream< T >::init | ( | ) | [inline] |
Initializes the extended stream.