QxOrm  1.4.9
C++ Object Relational Mapping library

qx::IxCollection : common interface for all QxOrm containers qx::QxCollection<Key, Value> More...

#include <IxCollection.h>

Inheritance diagram for qx::IxCollection:
qx::QxCollection< Key, Value > qx::QxPersistableCollection< Key, Value, T >

List of all members.

Public Member Functions

 IxCollection ()
virtual ~IxCollection ()=0
virtual long _count () const =0
virtual void _clear ()=0
virtual bool _remove (long index)=0
virtual qx::any _at (long index) const =0
template<typename T >
_get (long index) const

Detailed Description

qx::IxCollection : common interface for all QxOrm containers qx::QxCollection<Key, Value>

Definition at line 56 of file IxCollection.h.


Constructor & Destructor Documentation

qx::IxCollection::IxCollection ( ) [inline]

Definition at line 61 of file IxCollection.h.

virtual qx::IxCollection::~IxCollection ( ) [pure virtual]

Member Function Documentation

template<typename T >
T qx::IxCollection::_get ( long  index) const [inline]

Definition at line 70 of file IxCollection.h.


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