Source: xql/xqlobjectlist.h


Annotated List
Files
Globals
Hierarchy
Index
#include "xqlobject.h"
#include 

//using namespace std;
class xqlObjectList{
  public: 
    xqlObjectList(); 
    ~xqlObjectList(); 
  /** No descriptions */
  void push_back(xqlObject * pObject);
  /** No descriptions */
  std::list::iterator* getNewIterator();
  /** No descriptions */
  std::list::iterator begin();
  /** No descriptions */
  std::list::iterator end();
  private: // Private attributes
    std::list m_List;
    /**  */
    std::list::iterator m_Iter;
};







Generated by: markus on hobbes on Fri Mar 29 16:15:24 2002, using kdoc 2.0a53.