#include <UrlOptions.h>
§ UrlOptions
§ CUrlOptions() [1/2]
CUrlOptions::CUrlOptions |
( |
| ) |
|
|
default |
§ CUrlOptions() [2/2]
CUrlOptions::CUrlOptions |
( |
const std::string & |
options, |
|
|
const char * |
strLead = "" |
|
) |
| |
§ ~CUrlOptions()
CUrlOptions::~CUrlOptions |
( |
| ) |
|
|
virtualdefault |
§ AddOption() [1/6]
void CUrlOptions::AddOption |
( |
const std::string & |
key, |
|
|
const char * |
value |
|
) |
| |
|
virtual |
§ AddOption() [2/6]
void CUrlOptions::AddOption |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
virtual |
§ AddOption() [3/6]
void CUrlOptions::AddOption |
( |
const std::string & |
key, |
|
|
int |
value |
|
) |
| |
|
virtual |
§ AddOption() [4/6]
void CUrlOptions::AddOption |
( |
const std::string & |
key, |
|
|
float |
value |
|
) |
| |
|
virtual |
§ AddOption() [5/6]
void CUrlOptions::AddOption |
( |
const std::string & |
key, |
|
|
double |
value |
|
) |
| |
|
virtual |
§ AddOption() [6/6]
void CUrlOptions::AddOption |
( |
const std::string & |
key, |
|
|
bool |
value |
|
) |
| |
|
virtual |
§ AddOptions() [1/2]
void CUrlOptions::AddOptions |
( |
const std::string & |
options | ) |
|
|
virtual |
§ AddOptions() [2/2]
§ Clear()
void CUrlOptions::Clear |
( |
| ) |
|
|
inline |
§ GetOption()
bool CUrlOptions::GetOption |
( |
const std::string & |
key, |
|
|
CVariant & |
value |
|
) |
| const |
§ GetOptions()
const UrlOptions& CUrlOptions::GetOptions |
( |
| ) |
const |
|
inline |
§ GetOptionsString()
std::string CUrlOptions::GetOptionsString |
( |
bool |
withLeadingSeparator = false | ) |
const |
§ HasOption()
bool CUrlOptions::HasOption |
( |
const std::string & |
key | ) |
const |
§ RemoveOption()
void CUrlOptions::RemoveOption |
( |
const std::string & |
key | ) |
|
|
virtual |
§ m_options
§ m_strLead
std::string CUrlOptions::m_strLead |
|
protected |
The documentation for this class was generated from the following files: