MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / FieldLookup

Method FieldLookup

dds/DCPS/FilterEvaluator.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 class FieldLookup : public FilterEvaluator::Operand {
185 public:
186 explicit FieldLookup(AstNode* fnNode)
187 : fieldName_(toString(fnNode))
188 {
189 }
190
191 Value eval(FilterEvaluator::DataForEval& data)
192 {

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected