Constructor. @param p_EncodedElements String containing encoded pipeline elements data.
| 458 | // @param p_EncodedElements String containing encoded pipeline elements data. |
| 459 | // |
| 460 | PipelineDecoder::EncodedElementsStream::EncodedElementsStream(const std::wstring& p_EncodedElements) |
| 461 | : m_EncodedElements(p_EncodedElements), |
| 462 | m_CurIndex(0) |
| 463 | { |
| 464 | } |
| 465 | |
| 466 | // |
| 467 | // Reads a number of characters from the stream. |
nothing calls this directly
no outgoing calls
no test coverage detected