OPAL
Version 3.12.9
|
#include <connection.h>
Inherits PStringOptions.
Public Member Functions | |
void | ExtractFromURL (PURL &url) |
void | ExtractFromString (PString &str) |
void OpalConnection::StringOptions::ExtractFromString | ( | PString & | str | ) |
Extract the parameters that start with "OPAL-XXX" from the ';' separated string and insert into the string options dictionary. Note everything is ignored up to the first ';', then everything after, and including, the ';' is removed from the string.
void OpalConnection::StringOptions::ExtractFromURL | ( | PURL & | url | ) |
Extract the parameters that start with "OPAL-XXX" from the URL and insert into the string options dictionary. The parameters are removed from the URL.