| WD
    | 
#include <webdriver_route_table.h>


| Public Member Functions | |
| DefaultRouteTable () | |
| virtual | ~DefaultRouteTable () | 
|  Public Member Functions inherited from webdriver::RouteTable | |
| RouteTable () | |
| RouteTable (const RouteTable &obj) | |
| RouteTable & | operator= (const RouteTable &obj) | 
| virtual | ~RouteTable () | 
| template<typename CommandType > | |
| bool | Add (const std::string &pattern) | 
| void | Remove (const std::string &pattern) | 
| void | Clear () | 
| bool | HasRoute (const std::string &pattern) | 
| CommandCreatorPtr | GetRouteForURL (const std::string &url, std::string *pattern=NULL) const | 
| std::vector< std::string > | GetRoutes () | 
Subclass of RouteTable with default WD commands set.
| 
 | explicit | 
Creates a new DefaultRouteTable with default WD commands set.
| 
 | virtual |