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

Function toString

dds/DCPS/AstNodeWrapper.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42inline OPENDDS_STRING toString(yard::TreeBuildingParser<char>::Node* iter)
43{
44 return iter ? OPENDDS_STRING(iter->GetFirstToken(), iter->GetLastToken()) : "";
45}
46
47
48/// keeps the details of yard out of the FilterEvaluator header file

Callers 10

MultiTopicImplMethod · 0.85
FilterEvaluatorMethod · 0.85
FieldLookupMethod · 0.85
LiteralIntMethod · 0.85
LiteralCharMethod · 0.85
LiteralFloatMethod · 0.85
LiteralStringMethod · 0.85
ParameterMethod · 0.85
walkOperandMethod · 0.85
expectMethod · 0.85

Calls 2

GetFirstTokenMethod · 0.80
GetLastTokenMethod · 0.80

Tested by

no test coverage detected