indexing description: "[ Test for Eiffel-GigaSpaces wrapper loosely based on POCO benchmark example ]" status: "See notice at end of class." legal: "See notice at end of class." date: "$Date$" revision: "$Revision$" class COMPLEX_PAYLOAD_AS_BINARY inherit BENCHMARK_BASE create make, make_from_external, make_from_entry feature feature {NONE} -- Externals cpp_create: POINTER is external "C++ inline use %"benchmarkSerializer.h%"" alias "new MixedTypes()" end cpp_cast_pointer (obj_ptr: POINTER): POINTER is external "C++ inline use %"benchmarkSerializer.h%"" alias "(dynamic_cast((OpenSpaces::IEntry*)$obj_ptr))" end indexing copyright: "Copyright (c) 2008, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end