Public Member Functions | Public Attributes

Swift::FormField::Option Struct Reference

Collaboration diagram for Swift::FormField::Option:

List of all members.

Public Member Functions

 Option (const std::string &label, const std::string &value)

Public Attributes

std::string label
std::string value

Detailed Description

Definition at line 25 of file FormField.h.


Constructor & Destructor Documentation

Swift::FormField::Option::Option ( const std::string &  label,
const std::string &  value 
) [inline]

Definition at line 26 of file FormField.h.


Member Data Documentation

Definition at line 27 of file FormField.h.

Definition at line 28 of file FormField.h.