.. _file_data_structures_doubly_linked_list.h: File doubly_linked_list.h ========================= .. contents:: Contents :local: :backlinks: none Definition (``data_structures/doubly_linked_list.h``) ----------------------------------------------------- .. toctree:: :maxdepth: 1 program_listing_file_data_structures_doubly_linked_list.h.rst Includes -------- - ``iostream`` - ``stdexcept`` Included By ----------- - :ref:`file_data_structures_deque_with_linked_list.h` - :ref:`file_data_structures_queue_with_linked_list.h` - :ref:`file_data_structures_stack_with_linked_list.h` Namespaces ---------- - :ref:`namespace_DataStructures` Classes ------- - :ref:`exhale_struct_structDataStructures_1_1DoublyLinkedList_1_1Node` - :ref:`exhale_class_classDataStructures_1_1DoublyLinkedList`