libhext: C++ Library Documentation  1.0.8-3ad0ae4
Namespaces | Typedefs
Result.h File Reference

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...
 

Detailed Description

Typedefs for results returned from capturing HTML.

Definition in file Result.h.