Struct accumulated¶
Defined in File forms.h
Inheritance Relationships¶
Base Type¶
public udho::prepare< accumulated >(Template Struct prepare)
Derived Type¶
public udho::forms::validated< form< DriverT > >(Template Struct validated< form< DriverT > >)
Struct Documentation¶
-
struct
udho::forms::accumulated: public udho::prepare<accumulated>¶ Subclassed by udho::forms::validated< form< DriverT > >
Public Functions
-
accumulated()¶
-
template<typename
ValidatorT, typenameTailT>
self_type &add(const detail::constrained_field<ValidatorT, TailT> &cf)¶
-
self_type &
add(const detail::field_common &common)¶
-
bool
valid() const¶
-
void
add_error(const std::string &err)¶
-
const std::vector<std::string> &
errors() const¶
-
const detail::field_common &
operator[](const std::string &name) const¶
-