| 109 | } |
| 110 | |
| 111 | unsigned char CChunk::GetStringData(int index, int pos) const |
| 112 | { |
| 113 | return GetChunkData<const CChunkDataString>(index).m_vData[pos]; |
| 114 | } |
| 115 | |
| 116 | const std::vector<unsigned char> &CChunk::GetStringData(int index) const |
| 117 | { |
no outgoing calls
no test coverage detected