Skip to end of metadata
Go to start of metadata

public static FB::URI FB::URI::fromString ( const std::string &  in_str  )  [static]

Returns a URI object from the given string.

Parameters:
in_str string to parse to create the new URI object
Returns:
FB::URI
Since:
1.4b1

Definition at line 90 of file URI.cpp.

References URI().

Referenced by FB::Npapi::NpapiBrowserHost::DetectProxySettings().

00090                                            {
00091     return URI(in_str);
00092 }

Here is the call graph for this function:


Generated on 19 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None