Provides bytes to toUTF8.
More...
#include <Ice/Ice.h>
Provides bytes to toUTF8.
Can raise std::bad_alloc or Ice::MemoryLimitException when too many bytes are requested.
◆ ~UTF8Buffer()
| virtual IceUtil::UTF8Buffer::~UTF8Buffer |
( |
| ) |
|
|
virtual |
◆ getMoreBytes()
| virtual Byte * IceUtil::UTF8Buffer::getMoreBytes |
( |
size_t | howMany, |
|
|
Byte * | firstUnused ) |
|
pure virtual |
Obtains more bytes.
- Parameters
-
| howMany | The number of bytes requested. |
| firstUnused | A pointer to the first unused byte. |
- Returns
- A pointer to the beginning of the buffer.
The documentation for this class was generated from the following file: