MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SelectionInfo

Method SelectionInfo

DebugView++/LogView.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83SelectionInfo::SelectionInfo() :
84 beginLine(0), endLine(0), count(0)
85{
86}
87
88SelectionInfo::SelectionInfo(int beginLine, int endLine, int count) :
89 beginLine(beginLine), endLine(endLine), count(count)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected