Doubly Linked List v0.0.3
|
Public Member Functions | |
Node (int nodeValue=0) | |
Node (int nodeValue, Node *nodePointer) | |
Public Attributes | |
int | value |
Node * | previous |
Node * | next |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const DoublyLinkedList::Node *node) |