// file : xsde/cxx/serializer/validating/string-common.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSDE_CXX_SERIALIZER_VALIDATING_STRING_COMMON_HXX #define XSDE_CXX_SERIALIZER_VALIDATING_STRING_COMMON_HXX #include namespace xsde { namespace cxx { namespace serializer { namespace validating { struct string_common { static bool validate_facets (const char* s, const string_facets::facets&, context&); static bool validate_facets (const char* s, size_t n, const string_facets::facets&, context&); }; } } } } #endif // XSDE_CXX_SERIALIZER_VALIDATING_STRING_COMMON_HXX