QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Concrete class for a custom or recursive validator. More...

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)
 

Detailed Description

Concrete class for a custom or recursive validator.

Author
Lionel Marty

Definition in file QxValidator.h.