OPAL  Version 3.14.3
OpalConnection::StringOptions Class Reference

#include <connection.h>

Inherits PStringOptions.

Public Member Functions

 StringOptions ()
 
 StringOptions (const PString &str)
 
void ExtractFromURL (PURL &url)
 
void ExtractFromString (PString &str)
 

Constructor & Destructor Documentation

OpalConnection::StringOptions::StringOptions ( )
inline
OpalConnection::StringOptions::StringOptions ( const PString &  str)
inline

Member Function Documentation

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.


The documentation for this class was generated from the following file: