MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / queue_entry

Class queue_entry

Source/Misc/luabind/src/inheritance.cpp:130–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128{
129
130 struct queue_entry
131 {
132 queue_entry(void* p_, class_id vertex_id_, int distance_)
133 : p(p_)
134 , vertex_id(vertex_id_)
135 , distance(distance_)
136 {}
137
138 void* p;
139 class_id vertex_id;
140 int distance;
141 };
142
143} // namespace unnamed
144

Callers 2

castMethod · 0.85
BOOST_FOREACHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected