libhext: C++ Library Documentation
1.0.12-3ea013c
|
Typedefs for results returned from capturing HTML. More...
Go to the source code of this file.
Namespaces | |
hext | |
Typedefs | |
using | hext::ResultPair = std::pair< std::string, std::string > |
A string-pair containing a name and a value. More... | |
using | hext::ResultMap = std::multimap< ResultPair::first_type, ResultPair::second_type > |
A multimap containing the values produced by capturing. More... | |
using | hext::Result = std::vector< ResultMap > |
A vector containing ResultMap. More... | |
Typedefs for results returned from capturing HTML.
Definition in file Result.h.