FormEntry() | cgicc::FormEntry | [inline] |
FormEntry(const std::string &name, const std::string &value) | cgicc::FormEntry | [inline] |
FormEntry(const FormEntry &entry) | cgicc::FormEntry | [inline] |
getDoubleValue(double min=-DBL_MAX, double max=DBL_MAX) const | cgicc::FormEntry | |
getDoubleValue(double min, double max, bool &bounded) const | cgicc::FormEntry | |
getIntegerValue(long min=LONG_MIN, long max=LONG_MAX) const | cgicc::FormEntry | |
getIntegerValue(long min, long max, bool &bounded) const | cgicc::FormEntry | |
getName() const | cgicc::FormEntry | [inline] |
getStrippedValue() const | cgicc::FormEntry | [inline] |
getStrippedValue(std::string::size_type maxChars) const | cgicc::FormEntry | [inline] |
getValue() const | cgicc::FormEntry | [inline] |
getValue(std::string::size_type maxChars) const | cgicc::FormEntry | [inline] |
isEmpty() const | cgicc::FormEntry | [inline] |
length() const | cgicc::FormEntry | [inline] |
operator *() const | cgicc::FormEntry | [inline] |
operator!=(const FormEntry &entry) const | cgicc::FormEntry | [inline] |
operator=(const FormEntry &entry) | cgicc::FormEntry | |
operator==(const FormEntry &entry) const | cgicc::FormEntry | [inline] |
~FormEntry() | cgicc::FormEntry | [inline] |