To aid porting of Qt programs to FOX, this file defines a QPtrVector & QVector via the STL
Definition in file qptrvector.h.
#include <vector>
#include <algorithm>
#include "fxdefs.h"
#include "FXStream.h"
#include "FXException.h"
Go to the source code of this file.
Namespaces | |
namespace | FX |
Classes | |
class | FX::QPtrVector< type > |
A thunk of Qt's QPtrVector to the STL. More... | |
class | FX::QPtrVectorIterator< type > |
An iterator for a QPtrVector. More... | |
Defines | |
#define | QVector |
#define | QVectorIterator |
Typedefs | |
typedef FXuint | FX::uint |
Functions | |
template<class type> | |
FXStream & | FX::operator<< (FXStream &s, const QPtrVector< type > &i) |
template<class type> | |
FXStream & | FX::operator>> (FXStream &s, QPtrVector< type > &i) |