// file : odb/relational/validator.hxx // copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_VALIDATOR_HXX #define ODB_RELATIONAL_VALIDATOR_HXX #include #include #include namespace relational { // The first pass is performed before processing. The second -- after. // Throws operation_failed to signal a failure. // void validate (options const&, features&, semantics::unit&, semantics::path const&, unsigned short pass); } #endif // ODB_RELATIONAL_VALIDATOR_HXX