Searched defs:QueueNode (Results 1 – 2 of 2) sorted by relevance
63 explicit QueueNode(const E& an_element) : element_(an_element), next_(NULL) {} in QueueNode() function
61 explicit QueueNode(const E& an_element) in QueueNode() function