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