Public Member Functions | |
Option (const std::string &label, const std::string &value) | |
Public Attributes | |
std::string | label |
std::string | value |
Definition at line 25 of file FormField.h.
Swift::FormField::Option::Option | ( | const std::string & | label, | |
const std::string & | value | |||
) | [inline] |
Definition at line 26 of file FormField.h.
std::string Swift::FormField::Option::label |
Definition at line 27 of file FormField.h.
std::string Swift::FormField::Option::value |
Definition at line 28 of file FormField.h.