Debug
parent
deb947653b
commit
64776c291b
|
@ -71,6 +71,10 @@ namespace BLT {
|
||||||
bool isEmpty(){
|
bool isEmpty(){
|
||||||
return insertIndex <= 0;
|
return insertIndex <= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int getInsertIndex(){
|
||||||
|
return insertIndex;
|
||||||
|
}
|
||||||
|
|
||||||
~flat_queue() {
|
~flat_queue() {
|
||||||
delete[](data);
|
delete[](data);
|
||||||
|
|
Loading…
Reference in New Issue