Template Struct field< T, true >¶
Defined in File form.hxx
Inheritance Relationships¶
Base Types¶
public udho::field_common(Struct field_common)public udho::field_value_extractor< T >(Template Struct field_value_extractor)
Struct Documentation¶
-
template<typename
T>
structudho::field<T, true> : public udho::field_common, public udho::field_value_extractor<T>¶ Public Types
-
typedef field_common
common_type¶
-
typedef boost::function<bool(const std::string&, std::string&)>
function_type¶
-
typedef field_value_extractor<T>
extractor_type¶
-
typedef std::vector<function_type>
validators_collection_type¶
-
typedef field_common