18 #ifndef INCLUDE_RCF_REALLOCBUFFER_HPP 19 #define INCLUDE_RCF_REALLOCBUFFER_HPP 23 #include <RCF/Export.hpp> 27 class RCF_EXPORT ReallocBuffer
32 ReallocBuffer(std::size_t size);
36 void resize(std::size_t newSize);
38 std::size_t capacity();
42 char & operator[](std::size_t pos);
43 const char & operator[](std::size_t pos)
const;
49 std::size_t mCapacity;
52 typedef std::shared_ptr<ReallocBuffer> ReallocBufferPtr;
57 #endif // ! INCLUDE_RCF_REALLOCBUFFER_HPP Definition: AmiIoHandler.hpp:23