Definition at line 39 of file url.cpp.
SWORD_NAMESPACE_START::__init::__init |
( |
| ) |
|
|
inline |
Definition at line 41 of file url.cpp.
42 for (
unsigned short int c = 32; c <= 255; ++c) {
43 if ( (c >=
'A' && c <=
'Z') || (c >=
'a' && c <=
'z') || (c >=
'0' && c <=
'9') || strchr(
"-_.!~*'()", c)) {
SWBuf & setFormatted(const char *format,...)
The documentation for this class was generated from the following file: