FlightGear next
|
A Helper class for URI Handlers. More...
Inherits vector< SGSharedPtr< URIHandler > >.
Public Member Functions | |
SGSharedPtr< URIHandler > | findHandler (const std::string &uri) |
Find a URI Handler for a given URI. | |
A Helper class for URI Handlers.
This class stores a list of URI Handlers and provides a lookup method for find the handler by it's URI prefix
|
inline |
Find a URI Handler for a given URI.
Look for the first handler with a uri matching the beginning of the given uri parameter.
uri | The uri to find the handler for |