MCPcopy Create free account
hub / github.com/Cantera/cantera / exclude

Method exclude

src/base/AnyMap.cpp:1019–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019AnyValue AnyValue::exclude() {
1020 AnyValue v;
1021 v.m_value = Exclude();
1022 v.m_equals = eq_comparer<Exclude>;
1023 return v;
1024}
1025
1026std::unordered_map<string, const AnyMap*> AnyValue::asMap(const string& name) const
1027{

Callers 3

TESTFunction · 0.45
parametersMethod · 0.45
getParametersMethod · 0.45

Calls 1

ExcludeClass · 0.85

Tested by 2

TESTFunction · 0.36
parametersMethod · 0.36