#include <PG_Null_Property_Validator.h>
Public Member Functions | |
void | validate_property (const PortableGroup::Properties &props) |
Validate the given properties. | |
void | validate_criteria (const PortableGroup::Properties &criteria) |
Validate the given criteria. |
This property validator performs no validation whatsoever.
Definition at line 35 of file PG_Null_Property_Validator.h.
|
Validate the given criteria. This particular implementation performs no validation whatsoever. Definition at line 17 of file PG_Null_Property_Validator.cpp. References PortableGroup::Properties.
00019 { 00020 } |
|
Validate the given properties. This particular implementation performs no validation whatsoever. Definition at line 11 of file PG_Null_Property_Validator.cpp. References PortableGroup::Properties.
00013 { 00014 } |