| 71 | } |
| 72 | const fl::string &string() const FL_NOEXCEPT { return mUrl; } |
| 73 | const char *c_str() const FL_NOEXCEPT { return mUrl.c_str(); } |
| 74 | |
| 75 | // ---- Comparison ---- |
| 76 | bool operator==(const url &o) const FL_NOEXCEPT { return mUrl == o.mUrl; } |
no outgoing calls