#include <sbIPDUtils.h>
Public Member Functions | |
sbIPDURI (const char *aValue) | |
nsIURI * | get () |
This class constructs nsIURI objects from simpler data types.
Example:
// Get an nsIURI set with a C-string value. nsCOMPtr<nsIURI> uri = sbIPDURI("http://www.songbirdnest.com").get();
Definition at line 251 of file sbIPDUtils.h.
|
inline |
Definition at line 255 of file sbIPDUtils.h.
|
inline |
Definition at line 269 of file sbIPDUtils.h.