ValidationFunctions.hpp File Reference
#include <functional>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for ValidationFunctions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::KeywordValidation
 

Typedefs

using Opm::KeywordValidation::ValidationFunction = std::function< void(const DeckKeyword &, std::vector< ValidationError > &)>
 

Functions

std::unordered_map< std::string, ValidationFunction > Opm::KeywordValidation::specialValidation ()