#include <tnt/multipart.h>
Public Types | |
| typedef Part | part_type |
| typedef std::vector< part_type > | parts_type |
| typedef parts_type::const_iterator | const_iterator |
| typedef parts_type::value_type | value_type |
Public Member Functions | |
| void | set (const std::string &boundary, const std::string &body) |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | find (const std::string &partName, const_iterator start) const |
| const_iterator | find (const std::string &partName) const |