Important update:
- EventBufferCore: (new) - Defines Events and related functions - Defines Event Buffer - ItemBuffer: - Specify "Keep" parameter for Delete, to override CopyEntries
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* BufferCore.h
|
||||
* ItemBufferCore.h
|
||||
*
|
||||
* Created on: 22 July 2017
|
||||
* Author: wentzelc
|
||||
@@ -57,7 +57,7 @@ class CItemBuffer
|
||||
bool Push( void * Entry, int Size );
|
||||
void * Pop( int * Size = NULL );
|
||||
void * Peek( int * Size = NULL );
|
||||
bool Delete();
|
||||
bool Delete( bool Keep = false );
|
||||
void DeleteAll();
|
||||
|
||||
// Misc
|
||||
|
||||
Reference in New Issue
Block a user