#include <llstring.h>
Public Member Functions | |
LLStringExplicit (const char *s) | |
LLStringExplicit (const LLString &s) | |
LLStringExplicit (const std::string &s) | |
LLStringExplicit (const std::string &s, size_type pos, size_type n=std::string::npos) |
Definition at line 331 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const char * | s | ) | [inline, explicit] |
Definition at line 334 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const LLString & | s | ) | [inline] |
Definition at line 335 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const std::string & | s | ) | [inline] |
Definition at line 336 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const std::string & | s, | |
size_type | pos, | |||
size_type | n = std::string::npos | |||
) | [inline] |
Definition at line 337 of file llstring.h.