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

Method SerializedForEval

dds/DCPS/FilterEvaluator.cpp:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122FilterEvaluator::SerializedForEval::SerializedForEval(ACE_Message_Block* data,
123 TypeSupportImpl& type_support,
124 const DDS::StringSeq& params,
125 Encoding encoding)
126 : DataForEval(type_support.getMetaStructForType(), params)
127 , serialized_(data)
128 , encoding_(encoding)
129 , type_support_(type_support)
130 , exten_(type_support.base_extensibility())
131{}
132
133Value
134FilterEvaluator::SerializedForEval::lookup(const char* field) const

Callers

nothing calls this directly

Calls 1

base_extensibilityMethod · 0.45

Tested by

no test coverage detected