wibble 0.1.28
Classes | Public Member Functions | Static Public Member Functions
TestList Struct Reference

#include <list.test.h>

List of all members.

Classes

struct  My
struct  My2

Public Member Functions

template<typename List >
void checkOddList (List l)
template<typename List >
void checkListSorted (List l)
Test count ()
Test filtered ()
Test sorted ()
Test unique ()
Test stl ()
Test empty ()
Test single ()
Test append ()
Test appendCount ()

Static Public Member Functions

static bool odd (int i)
static int mul2add1 (int a)

Member Function Documentation

Test TestList::append ( ) [inline]
Test TestList::appendCount ( ) [inline]
template<typename List >
void TestList::checkListSorted ( List  l) [inline]

References assert.

template<typename List >
void TestList::checkOddList ( List  l) [inline]

References assert, and assert_eq.

Test TestList::count ( ) [inline]

References assert_eq, and wibble::list::count().

Test TestList::empty ( ) [inline]

References assert.

Test TestList::filtered ( ) [inline]
static int TestList::mul2add1 ( int  a) [inline, static]
static bool TestList::odd ( int  i) [inline, static]
Test TestList::single ( ) [inline]
Test TestList::sorted ( ) [inline]
Test TestList::stl ( ) [inline]
Test TestList::unique ( ) [inline]

The documentation for this struct was generated from the following file: