#include <Stream.h>
Public Member Functions | |
| int | C () const |
| operator const T * () const | |
| operator T * () | |
| bool | operator!= (const StreamOf< T > &st) const |
| StreamOf | operator+ (const StreamOf< T > &stIn) const |
| StreamOf< T > & | operator+= (const StreamOf< T > &st) |
| bool | operator< (const StreamOf< T > &st) const |
| bool | operator<= (const StreamOf< T > &st) const |
| StreamOf< T > & | operator= (const StreamOf< T > &st) __attribute__((always_inline)) |
| bool | operator== (const StreamOf< T > &st) const |
| bool | operator> (const StreamOf< T > &st) const |
| bool | operator>= (const StreamOf< T > &st) const |
| VectorOf< T > | Read (int c) |
| void | Read (T *vt, int c) |
| T & | Read () |
| void | Skip (const VectorOf< T > &v) |
| void | Skip (int d) |
| StreamOf (const T *vt, int c) __attribute__((always_inline)) | |
| StreamOf (const StreamOf< T > &st) __attribute__((always_inline)) | |
| StreamOf () __attribute__((always_inline)) | |
| const T * | V () const |
| T * | V () |
Protected Member Functions | |
| StreamOf (T *vt, int ct, bool bPrivate) | |
Protected Attributes | |
| int | m_nStart |
Reimplemented from VectorOf< T >.
Referenced by StreamOf< char >::C(), Configuration::ConfigEvalStringInternal(), String::IndentRidgedly(), StreamOf< char >::operator!=(), String::operator+(), StreamOf< char >::operator+(), String::operator+=(), StreamOf< char >::operator+=(), StreamOf< char >::operator<(), StreamOf< char >::operator<=(), StreamOf< char >::operator==(), StreamOf< char >::operator>(), StreamOf< char >::operator>=(), StreamOf< char >::Read(), ReadStream(), String::Repeat(), StreamOf< char >::Skip(), and WriteStream().
| StreamOf< T >::operator const T * | ( | ) | const [inline] |
Reimplemented from VectorOf< T >.
References StreamOf< T >::V().
| StreamOf< T >::operator T * | ( | ) | [inline] |
Reimplemented from VectorOf< T >.
References StreamOf< T >::V().
Reimplemented in String.
Reimplemented from VectorOf< T >.
Reimplemented in String.
Reimplemented from VectorOf< T >.
Referenced by StreamOf< char >::operator=().
Reimplemented in String.
| T& StreamOf< T >::Read | ( | ) | [inline] |
Referenced by SourceMemoryBaseOf< DATA, 3 >::Deserialize(), and Deserialize().
| const T* StreamOf< T >::V | ( | ) | const [inline] |
Reimplemented from VectorOf< T >.
| T* StreamOf< T >::V | ( | ) | [inline] |
Reimplemented from VectorOf< T >.
Referenced by Configuration::ConfigEvalStringInternal(), Configuration::Describe(), StreamOf< T >::operator const T *(), StreamOf< T >::operator T *(), StreamOf< char >::operator!=(), String::operator+(), StreamOf< char >::operator+(), String::operator+=(), StreamOf< char >::operator+=(), StreamOf< char >::operator<(), StreamOf< char >::operator<=(), String::operator==(), StreamOf< char >::operator==(), StreamOf< char >::operator>(), StreamOf< char >::operator>=(), StreamOf< char >::Read(), Configuration::ReadConfigFile(), ReadStream(), StreamOf< char >::Skip(), StreamOf< char >::V(), and WriteStream().
1.6.1