-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
- Change Queue.cpp/hpp to just Queue.hpp and define it as a template class that allows any object type to be stored in the Queue
- Use a
typedef Queue Queue<Command>
to ensure backwards compatibility - Note: The non-template Queue which supports Command may be eventually modified to be it's own standalone file (or built on top of Queue) that supports automatic free of the dynamic data pointer.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers