memorybuffer.h (rapidjson-1.0.2) | : | memorybuffer.h (rapidjson-1.1.0) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
// http://opensource.org/licenses/MIT | // http://opensource.org/licenses/MIT | |||
// | // | |||
// Unless required by applicable law or agreed to in writing, software distribut ed | // Unless required by applicable law or agreed to in writing, software distribut ed | |||
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR | // under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR | |||
// CONDITIONS OF ANY KIND, either express or implied. See the License for the | // CONDITIONS OF ANY KIND, either express or implied. See the License for the | |||
// specific language governing permissions and limitations under the License. | // specific language governing permissions and limitations under the License. | |||
#ifndef RAPIDJSON_MEMORYBUFFER_H_ | #ifndef RAPIDJSON_MEMORYBUFFER_H_ | |||
#define RAPIDJSON_MEMORYBUFFER_H_ | #define RAPIDJSON_MEMORYBUFFER_H_ | |||
#include "rapidjson.h" | #include "stream.h" | |||
#include "internal/stack.h" | #include "internal/stack.h" | |||
RAPIDJSON_NAMESPACE_BEGIN | RAPIDJSON_NAMESPACE_BEGIN | |||
//! Represents an in-memory output byte stream. | //! Represents an in-memory output byte stream. | |||
/*! | /*! | |||
This class is mainly for being wrapped by EncodedOutputStream or AutoUTFOutp utStream. | This class is mainly for being wrapped by EncodedOutputStream or AutoUTFOutp utStream. | |||
It is similar to FileWriteBuffer but the destination is an in-memory buffer instead of a file. | It is similar to FileWriteBuffer but the destination is an in-memory buffer instead of a file. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |