MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / foreach

Method foreach

libminifi/include/c2/PayloadParser.h:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133 template<typename Functor>
134 inline void foreach(Functor f) {
135 for (const auto &component : ref_.getNestedPayloads()) {
136 f(component);
137 }
138 }
139
140 template<typename T>
141 inline T getAs(const std::string &field) {

Callers 1

writeHeartbeatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected