FX::QStringList Class Reference

#include <qstringlist.h>

Inheritance diagram for FX::QStringList:

Inheritance graph
[legend]

List of all members.


Detailed Description

A thunk of Qt's QStringList to the STL.

This is a very incomplete implementation, but I have little call for anything more. If you want more, email me.

Public Member Functions

 QStringList (const QStringList &l)
FXStringoperator[] (size_type i)
const FXStringoperator[] (size_type i) const
QStringListoperator+= (const FXString &d)
FXString join (const FXString &sep) const
void remove (const type &d)
std::list< type >::iterator remove (typename std::list< type >::iterator it)
uint removeAllOf (const type &d)
bool isEmpty () const
std::list< type >::iterator append (const type &d)
std::list< type >::iterator append (const QValueList &l)
std::list< type >::iterator prepend (const type &d)
std::list< type >::iterator at (typename std::list< type >::size_type i)
std::list< type >::const_iterator at (typename std::list< type >::size_type i) const
type & operator[] (typename std::list< type >::size_type i)
const type & operator[] (typename std::list< type >::size_type i) const
std::list< type >::iterator find (const type &d)
std::list< type >::const_iterator find (const type &d) const
std::list< type >::iterator find (typename std::list< type >::iterator it, const type &d)
std::list< type >::const_iterator find (typename std::list< type >::const_iterator it, const type &d) const
int findIndex (const type &d) const
std::list< type >::size_type contains (const type &d) const
std::list< type >::size_type count () const
QValueList< type > & operator+= (const type &d)


Member Function Documentation

FXString FX::QStringList::join ( const FXString sep  )  const [inline]

Joins together the members of the list separated by sep.


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

(C) 2002-2008 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Jun 13 22:28:51 2008 for TnFOX by doxygen v1.5.6