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

Method GetFirstToken

dds/DCPS/yard/yard_tree.hpp:205–208  ·  view source on GitHub ↗

returns the beginning of the input associated with the node

Source from the content-addressed store, hash-verified

203
204 // returns the beginning of the input associated with the node
205 TokenIter GetFirstToken() {
206 assert(IsCompleted());
207 return mpFirst;
208 }
209
210 // returns the end of the input associated with the node
211 TokenIter GetLastToken() {

Callers 3

toStringFunction · 0.80
printNodeFunction · 0.80
printNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected