ui-utilcpp
1.8.5
|
Conversion w/ std::string holder. More...
#include <Recoder.hpp>
Public Member Functions | |
StringConversion (std::string *str) | |
Constructor. str will be delete'd. | |
![]() | |
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::string holder.