FIFOBuffer implementation and tests

This commit is contained in:
Aleksandar Fabijanic
2012-04-25 04:43:01 +00:00
parent e245eeed99
commit 886af0816a
10 changed files with 7152 additions and 6730 deletions

View File

@@ -52,6 +52,8 @@ public:
void testFPE();
void testEnvironment();
void testBuffer();
void testFIFOBufferChar();
void testFIFOBufferInt();
void testAtomicCounter();
void testNullable();
void testAscii();