/src/wrappers/llvm/library/types/llvm_composite_type.e
Specman e | 23 lines | 3 code | 4 blank | 16 comment | 0 complexity | a14462cb0722e2a7d2578be1a573d84f MD5 | raw file
1deferred class LLVM_COMPOSITE_TYPE 2 -- Anchestor for all composite types: structures and sequentials (arrays, pointers, vectors). 3inherit LLVM_TYPE 4 5end -- class LLVM_COMPOSITE_TYPE 6 7-- Copyright (C) 2009-2017: Paolo Redaelli 8 9-- This file is part of LLVM wrappers for Liberty Eiffel. 10-- 11-- This library is free software: you can redistribute it and/or modify 12-- it under the terms of the GNU Lesser General Public License as published by 13-- the Free Software Foundation, version 3 of the License. 14-- 15-- Liberty Eiffel is distributed in the hope that it will be useful, 16-- but WITHOUT ANY WARRANTY; without even the implied warranty of 17-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18-- GNU General Public License for more details. 19-- 20-- You should have received a copy of the GNU General Public License 21-- along with Liberty Eiffel. If not, see <http://www.gnu.org/licenses/>. 22-- 23