MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / OP_API

Class OP_API

src/openpose/thread/defineTemplates.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 DEFINE_TEMPLATE_DATUM(PriorityQueue);
7 DEFINE_TEMPLATE_DATUM(Queue);
8 template class OP_API QueueBase<BASE_DATUMS_SH, std::queue<BASE_DATUMS_SH>>;
9 template class OP_API QueueBase<
10 BASE_DATUMS_SH,
11 std::priority_queue<BASE_DATUMS_SH, std::vector<BASE_DATUMS_SH>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected