MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / SectionParser

Method SectionParser

file_plugins/dxf/section/dxf_sectionparser.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace Dxf {
25
26SectionParser::SectionParser(Codes::iterator from, Codes::iterator to, Codes::iterator it, File* file)
27 : type(toType(*(from + 1)))
28 , from(from)
29 , to(to)
30 , it(it)
31 , file(file)
32{
33}
34SectionParser::SectionParser(Codes::iterator from, Codes::iterator to, File* file)
35 : type(toType(*(from + 1)))
36 , from(from)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected