ui-utilcpp 1.10.3
|
Conversion w/ std::free call on the supplied C-String. More...
#include <Recoder.hpp>
Public Member Functions | |
StdFreeConversion (char *cStr, size_t const cSize) | |
Constructor. cStr will be std::free'd. | |
![]() | |
Conversion (char const *const cStr, size_t const cSize) | |
Constructor. | |
char const * | get () const |
Get conversion data. | |
size_t | getSize () const |
Get size (in bytes) of conversion data. | |
std::string | getString () const |
Get std::string copy of conversion data. | |
Conversion w/ std::free call on the supplied C-String.