|
ui-utilcpp
1.8.3
|
Conversion w/ std::string holder. More...
#include <Recoder.hpp>


Public Member Functions | |
| StringConversion (std::string *str) | |
| Constructor. str will be delete'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::string holder.
1.8.9.1