This method is the constructor for the OMQueue class.
Public
OMQueue(OMBoolean shouldGrow = TRUE, int initSize = 100);
shouldGrow
The value TRUE specifies that you are able to enlarge the queue as necessary.
initSize
Specifies the initial size of the queue.