MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / Object

Method Object

src/core/objects/object.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85// ### Object implementation ###
86
87Object::Object(Object::Type type, const Symbol* symbol)
88: type(type)
89, symbol(symbol)
90, output(*this)
91{
92 // nothing
93}
94
95Object::Object(Object::Type type, const Symbol* symbol, MapCoordVector coords, Map* map)
96: type(type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected