18 StringDecoder(const std::string &input) : _input(input) {. 19 _p = 0;. 20 _eof = false;. 21 }. 22. 23 /**. 24 * Returns true if the decoder has returned ...
確定! 回上一頁