32#ifndef _IX_COLLECTION_H_
33#define _IX_COLLECTION_H_
qx::any_cast_dynamic<T>::get() : provides a tool to use qx::any_cast and polymorphism
qx::IxCollection : common interface for all QxOrm containers qx::QxCollection<Key,...
virtual ~IxCollection()=0
virtual qx::any _at(long index) const =0
virtual long _count() const =0
virtual bool _remove(long index)=0
qx::trait::get_class_name<T>::get() : return class name of type T under const char * format,...
#define QX_REGISTER_CLASS_NAME(className)
Root namespace for all QxOrm library features.
std::shared_ptr< qx::IxCollection > IxCollection_ptr
static T get(const qx::any &a)