|
void | append (const String &name, const String &value) |
|
void | append (const String &name, const String &value, const String &fileName) |
|
void | append (const String &name, Blob *value) |
|
void | append (const String &name, Blob *value, const String &fileName) |
|
void | _delete (const String &name) |
|
String * | get (const String &name) |
|
Array * | getAll (const String &name) |
|
bool | has (const String &name) |
|
void | set (const String &name, const String &value) |
|
void | set (const String &name, const String &value, const String &fileName) |
|
void | set (const String &name, Blob *value) |
|
void | set (const String &name, Blob *value, const String &fileName) |
|
FormData * | get_prototype () |
|
void | set_prototype (FormData *) |
|
| FormData () |
|
| FormData (HTMLFormElement *form) |
|
| Object () |
|
template<typename T > |
T | valueOf () |
|
| operator double () const |
|
Object * | operator[] (const client::String &name) const |
|
void | set_ (const client::String &name, Object *v) |
|
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
void | set_ (const client::String &name, T v) |
|
bool | hasOwnProperty (const client::String &name) |
|