#include "atltest.h"
#include <atlbase.h>
#include <atlcoll.h>
Go to the source code of this file.
◆ START_TEST()
Definition at line 19 of file CAtlList.cpp.
37 int expected[] = {-123, 12, 34, 56, 78, 90, -44 };
43 ok(
index < expected_size,
"Too many items, expected %d, got %d!\n", expected_size, (
index+1));
45 if (
index < expected_size)
51 ok(0,
"Extra value: %d\n",
value);
55 ok(it ==
NULL,
"it does still point to something!\n");
POSITION GetHeadPosition() const
struct outqueuenode * tail
struct outqueuenode * head
POSITION InsertBefore(_In_ POSITION pos, INARGTYPE element)
E & GetNext(_Inout_ POSITION &pos)
#define ok_size_t(expression, result)
POSITION InsertAfter(_In_ POSITION pos, INARGTYPE element)
POSITION AddTail(INARGTYPE element)
POSITION AddHead(INARGTYPE element)