#include <llstring.h>
Inheritance diagram for LLStringExplicit:
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 327 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const char * | s | ) | [inline, explicit] |
Definition at line 330 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const LLString & | s | ) | [inline] |
Definition at line 331 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const std::string & | s | ) | [inline] |
Definition at line 332 of file llstring.h.
LLStringExplicit::LLStringExplicit | ( | const std::string & | s, | |
size_type | pos, | |||
size_type | n = std::string::npos | |||
) | [inline] |
Definition at line 333 of file llstring.h.