libhext: C++ Library Documentation 1.0.13-b24695d
Loading...
Searching...
No Matches
Namespaces | Typedefs
Result.h File Reference

Typedefs for results returned from capturing HTML. More...

Go to the source code of this file.

Namespaces

namespace  hext
 

Typedefs

using hext::ResultPair = std::pair< std::string, std::string >
 A string-pair containing a name and a value.
 
using hext::ResultMap = std::multimap< ResultPair::first_type, ResultPair::second_type >
 A multimap containing the values produced by capturing.
 
using hext::Result = std::vector< ResultMap >
 A vector containing ResultMap.
 

Detailed Description

Typedefs for results returned from capturing HTML.

Definition in file Result.h.