Go to the documentation of this file.
26 #ifndef LIMAL_VALUE_CHECK_HPP
27 #define LIMAL_VALUE_CHECK_HPP
30 #include <blocxx/String.hpp>
31 #include <blocxx/RefCount.hpp>
32 #include <blocxx/List.hpp>
34 namespace LIMAL_NAMESPACE
84 isValid(
const blocxx::String &value)
const = 0;
102 virtual blocxx::String
103 explain(
const blocxx::String &value)
const = 0;
242 isValid(
const blocxx::String &value)
const;
251 virtual blocxx::String
252 explain(
const blocxx::String &value)
const;
367 #endif // LIMAL_VALUE_CHECK_HPP