QxOrm
1.5.0
C++ Object Relational Mapping library
|
Concrete class for a custom or recursive validator. More...
#include <QxValidator/IxValidator.h>
#include <QxValidator/QxInvalidValueX.h>
#include <QxDataMember/IxDataMember.h>
Go to the source code of this file.
Classes | |
class | qx::QxValidator< Owner > |
qx::QxValidator<Owner> : concrete class for a custom validator More... | |
class | qx::QxValidator_WithDataType< DataType, Owner > |
qx::QxValidator_WithDataType<DataType, Owner> : concrete class for a custom validator with data type More... | |
class | qx::QxValidator_Recursive< DataType, Owner > |
qx::QxValidator_Recursive<DataType, Owner> : concrete class for a recursive validator More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
Functions | |
template<class T > | |
QxInvalidValueX | qx::validate (T &t, const QString &group) |
Concrete class for a custom or recursive validator.
Definition in file QxValidator.h.