TrinityCore
|
Go to the source code of this file.
Classes | |
class | G3D::Queue< T > |
Namespaces | |
G3D | |
Macros | |
#define | FIND_ENDS |
Morgan McGuire, http://graphics.cs.williams.edu
2002-07-09 2008-12-20
#define FIND_ENDS |
Locate the indices of the break between of the two sections of the circular queue. These are used to construct two for loops that iterate over the whole sequence without using the modulo operator.
[0 ... secondEnd) [head .... firstEnd)