Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for FormEntity, including all inherited members.
FormEntity(std::string &value) | FormEntity | explicit |
getArrayValue() | FormEntity | |
getCharset() | FormEntity | |
getContentType() | FormEntity | |
getFileName() | FormEntity | |
getNext() | FormEntity | |
getValue() | FormEntity | |
isFileContent() | FormEntity | |
setCharset(std::string charset) | FormEntity | |
setContentType(std::string &contentType) | FormEntity | |
setFileName(std::string &filename) | FormEntity | |
setNext(FormEntity *next) | FormEntity | |
setValue(std::string &val) | FormEntity | |
~FormEntity() | FormEntity |