ImFusion C++ SDK 4.4.0
ImFusion::Filesystem::Url::Subquery Struct Reference

#include <ImFusion/Core/Filesystem/Url.h>

A Subquery represents part of a query delimited by '&' or ';'. More...

Detailed Description

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

The documentation for this struct was generated from the following file:
  • ImFusion/Core/Filesystem/Url.h
Search Tab / S to search, Esc to close