5 #ifndef CUTELYSTVALIDATOR_H 6 #define CUTELYSTVALIDATOR_H 8 #include <Cutelyst/cutelyst_global.h> 9 #include <Cutelyst/ParamsMultiMap> 10 #include <QScopedPointer> 11 #include "validatorresult.h" 42 class ValidatorPrivate;
233 NoSpecialBehavior = 0,
234 StopOnFirstError = 1,
235 FillStashOnError = 2,
240 Q_DECLARE_FLAGS(ValidatorFlags, ValidatorFlag)
247 #ifdef Q_COMPILER_INITIALIZER_LISTS 319 Q_DECLARE_OPERATORS_FOR_FLAGS(Cutelyst::Validator::ValidatorFlags)
321 #endif //CUTELYSTVALIDATOR_H
The Cutelyst namespace holds all public Cutelyst API.
ValidatorFlag
Flags that change the behavior of the Validator.
Base class for all validator rules.
Validation processor for input data.
The Cutelyst Application.
Provides information about performed validations.