![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/Filesystem/Url.h>
A Subquery represents part of a query delimited by '&' or ';'. More...
A Subquery represents part of a query delimited by '&' or ';'.
Public Member Functions | |
Subquery (const std::string &subquery) | |
Subquery (const char *subquery) | |
Subquery (const std::string &key, const std::string &value) | |
Subquery (const char *key, const char *value) | |
operator std::string () const | |
bool | hasKey () const |
Checks if the subquery is a key-value pair. | |
std::string | key () const |
Returns the key if this is a key-value pair, or an empty string. | |
std::string | value () const |
Returns the value if this is a key-value pair, or the whole subquery. | |
Public Attributes | |
std::string | subquery |