|
ui-utilcpp
1.8.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. | |
Public Member Functions inherited from UI::Util::Conversion | |
| Conversion (char const *const cStr, size_t const cSize) | |
| Constructor. | |
| char const * | get () const |
| Get conversion data. More... | |
| size_t | getSize () const |
| Get size (in bytes) of conversion data. | |
| std::string | getString () const |
| Get std::string copy of conversion data. More... | |
Conversion w/ std::free call on the supplied C-String.
1.8.9.1