ListUtils Class Reference

Utils for Lists. More...

#include <listutils.h>

List of all members.

Static Public Member Functions

static bool intersecting (const QStringList *a, const QStringList *b)
static bool isSubset (const QStringList *set, const QStringList *subset)

Detailed Description

Utils for Lists.

Some utils for lists.

Author:
Manuel Unglaub

Member Function Documentation

bool ListUtils::intersecting ( const QStringList *  a,
const QStringList *  b 
) [static]

Determine if two lists are intersecting.

Parameters:
a One of the two lists which will be analysed.
b One of the two lists which will be analysed.
bool ListUtils::isSubset ( const QStringList *  set,
const QStringList *  subset 
) [static]

Determine if one list is a subset of the other.

Parameters:
set Will be testet if it is a set of the subset.
subset Will be testet if it is a subset of set.

The documentation for this class was generated from the following files:
Generated on Fri May 14 19:12:51 2010 for Silence by  doxygen 1.6.3