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