MCPcopy Create free account
hub / github.com/apache/trafficserver / column

Method column

lib/yamlcpp/src/stream.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 int pos() const { return m_mark.pos; }
45 int line() const { return m_mark.line; }
46 int column() const { return m_mark.column; }
47 void ResetColumn() { m_mark.column = 0; }
48
49 private:

Callers 8

ScanNextTokenMethod · 0.45
EndStreamMethod · 0.45
PopIndentToHereMethod · 0.45
ScanBlockEntryMethod · 0.45
ScanKeyMethod · 0.45
ScanValueMethod · 0.45
ScanScalarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected