MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / Pop

Function Pop

Include/XnThreadSafeQueue.h:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return XN_STATUS_OK; \
121 } \
122 XnStatus Pop(Type& value) \
123 { \
124 XnValue val; \
125 XnStatus nRetVal = XnThreadSafeQueue::Pop(val); \
126 if (nRetVal != XN_STATUS_OK) return (nRetVal); \
127 value = Translator::GetFromValue(val); \
128 Translator::FreeValue(val); \
129 return XN_STATUS_OK; \
130 } \
131 };
132
133/**

Callers 2

PopMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected