view cpp/qt_qtd/ArrayOpsPrimitive_shell.cpp @ 370:7fd4b69378bf

move cpp part of QtD into shared libs on linux to reduce binaries size
author Eldar Insafutdinov
date Sun, 04 Jul 2010 14:17:49 +0100
parents 9784459f0750
children d2f48c4cb3e3
line wrap: on
line source

/**
    Copyright: Copyright QtD Team, 2008-2010
    License: Boost License 1.0
 */

#include "ArrayOpsPrimitive.h"

QTD_EXPORT(CORE, allocate_int_array)
QTD_EXPORT(CORE, assign_int_array_element)
QTD_EXPORT(CORE, get_int_from_array)

QTD_EXPORT(CORE, allocate_uint_array)
QTD_EXPORT(CORE, assign_uint_array_element)
QTD_EXPORT(CORE, get_uint_from_array)

QTD_EXPORT(CORE, allocate_double_array)
QTD_EXPORT(CORE, assign_double_array_element)
QTD_EXPORT(CORE, get_double_from_array)

QTD_EXPORT(CORE, allocate_string_array)
QTD_EXPORT(CORE, assign_string_array_element)
QTD_EXPORT(CORE, string_from_array)
QTD_EXPORT(CORE, get_string_from_array)