|
WD
|
#include <webdriver_util.h>


Public Member Functions | |
| DirectValueParser (T *t) | |
| virtual | ~DirectValueParser () |
| virtual bool | Parse (base::Value *value) const OVERRIDE |
Public Member Functions inherited from webdriver::ValueParser | |
| virtual | ~ValueParser () |
Additional Inherited Members | |
Protected Member Functions inherited from webdriver::ValueParser | |
| ValueParser () | |
Parses a given value using the |ValueConversionTraits| to the appropriate type. This assumes that a direct conversion can be performed without pulling the value out of a dictionary or list.
|
inlineexplicit |
|
inlinevirtual |
|
inlinevirtual |
Implements webdriver::ValueParser.