ReactOS 0.4.15-dev-8028-g8e799e2
vector_test.cpp File Reference
#include "stack_allocator.h"
#include <vector>
#include <algorithm>
#include <stdexcept>
#include "cppunit/cppunit_proxy.h"
Include dependency graph for vector_test.cpp:

Go to the source code of this file.

Classes

class  VectorTest
 
struct  TestStruct
 
struct  Point
 
struct  PointEx
 
class  IncompleteClass
 
struct  NotSTLportAllocator< _Tp >
 
struct  NotSTLportAllocator< _Tp >::rebind< _Tp1 >
 

Macros

#define NOTHROW   throw()
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (VectorTest)
 

Macro Definition Documentation

◆ NOTHROW

#define NOTHROW   throw()

Definition at line 503 of file vector_test.cpp.

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( VectorTest  )