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:
Charl Wentzel
2017-08-21 20:51:10 +02:00
parent 2830b8dd6d
commit 5f5e89e7cd
6 changed files with 502 additions and 8 deletions

View File

@@ -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