#include <string.h>
Definition at line 1750 of file string.h.
◆ strdup_t() [1/2]
ucommon::strdup_t::strdup_t |
( |
| ) |
|
|
inline |
◆ strdup_t() [2/2]
ucommon::strdup_t::strdup_t |
( |
char * |
str | ) |
|
|
inline |
◆ ~strdup_t()
ucommon::strdup_t::~strdup_t |
( |
| ) |
|
|
inline |
◆ c_str()
const char * ucommon::strdup_t::c_str |
( |
void |
| ) |
const |
|
inline |
◆ operator bool()
ucommon::strdup_t::operator bool |
( |
| ) |
const |
|
inline |
◆ operator char *()
ucommon::strdup_t::operator char * |
( |
| ) |
const |
|
inline |
◆ operator!()
bool ucommon::strdup_t::operator! |
( |
| ) |
const |
|
inline |
◆ operator*()
const char * ucommon::strdup_t::operator* |
( |
| ) |
const |
|
inline |
◆ operator+()
char * ucommon::strdup_t::operator+ |
( |
size_t |
size | ) |
|
|
inline |
◆ operator=()
strdup_t & ucommon::strdup_t::operator= |
( |
char * |
str | ) |
|
|
inline |
◆ operator[]()
char & ucommon::strdup_t::operator[] |
( |
int |
size | ) |
|
|
inline |
◆ data
char* ucommon::strdup_t::data |
|
private |
The documentation for this class was generated from the following file: