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

Method Push

Include/XnStack.h:54–57  ·  view source on GitHub ↗

* Push a new value to the stack * * @param value [in] The value to add to the stack * * @return XN_STATUS_ALLOC_FAILED Failed to add to the stack because no nodes are available. */

Source from the content-addressed store, hash-verified

52 * @return XN_STATUS_ALLOC_FAILED Failed to add to the stack because no nodes are available.
53 */
54 XnStatus Push(XnValue const& value)
55 {
56 return m_List.AddFirst(value);
57 }
58
59 /**
60 * Pop the value at the top of the stack

Callers

nothing calls this directly

Calls 1

AddFirstMethod · 0.45

Tested by

no test coverage detected