/src/tools/wrappers-generator/storable_node.e
http://github.com/tybor/Liberty · Specman e · 29 lines · 10 code · 4 blank · 15 comment · 0 complexity · 88e6857e340c74a6e3371e2cb30b1ccb MD5 · raw file
- deferred class STORABLE_NODE
- -- A node in an XML file generated by gccxml that is meant to be stored
- -- into a shared collection for later processing, i.e. generating a wrapper
- -- or an anchored declaration.
- inherit
- FILED_NODE
- insert
- SHARED_COLLECTIONS
- feature {ANY}
- store
- -- Store current into the proper collection
- deferred
- end
- end -- class STORABLE_NODE
- -- Copyright (C) 2008-2017: ,2009,2010 Paolo Redaelli
- -- wrappers-generator is free software: you can redistribute it and/or modify it
- -- under the terms of the GNU General Public License as publhed by the Free
- -- Software Foundation, either version 2 of the License, or (at your option)
- -- any later version.
- -- wrappers-generator is distributed in the hope that it will be useful, but
- -- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- -- more details.
- -- You should have received a copy of the GNU General Public License along with
- -- th program. If not, see <http://www.gnu.org/licenses/>.