/src/tools/wrappers-generator/movable_node.e

http://github.com/tybor/Liberty · Specman e · 12 lines · 5 code · 2 blank · 5 comment · 0 complexity · bc13ae094380ef84736ca3c07730bbba MD5 · raw file

  1. deferred class MOVABLE_NODE
  2. -- A node of a GCC-XML file that represent a symbol that may be wrapped in a
  3. -- class different by those assigned with default rules. For example
  4. -- function "memcpy" that the standard require to be defined into <string.h>
  5. -- may be actually defined into another implementation-dependent file.
  6. -- Gccxml cannot distinguish those cases.
  7. inherit
  8. NAMED_NODE
  9. FILED_NODE
  10. end -- class MOVABLE_NODE