Web framework C++  2.0.0
Simple web framework on c++ designed to easily create web pages, etc
Classes | Typedefs
form_parser.h File Reference
#include <unordered_map>
#include "form_entity.h"
Include dependency graph for form_parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FormParser
 Template methods pattern for parsing form. More...
 

Typedefs

using KeyValueStorage = std::unordered_map< std::string, std::string >
 
using KeyEntityStorage = std::unordered_map< std::string, FormEntity * >
 

Typedef Documentation

using KeyEntityStorage = std::unordered_map<std::string, FormEntity *>
using KeyValueStorage = std::unordered_map<std::string, std::string>