1 #ifndef SIMPLE_STRING_HPP 2 #define SIMPLE_STRING_HPP 22 if(size >=
sizeof(
void*) )
56 if(
_size >=
sizeof(
void*))
67 if(
_size >=
sizeof(
void*))
84 char soo[
sizeof(
void*)] ;
92 #endif // SIMPLE_STRING_HPP
SimpleString(const char *input_data, std::size_t size)
const char * data() const
union SafeAny::SimpleString::@7 _data
SimpleString & operator=(const SimpleString &other)
std::string toStdString() const
SimpleString(const std::string &str)
SimpleString(const char *input_data)
SimpleString(const SimpleString &other)