/src/wrappers/xml/library/shared_xml2_node_cache.e

http://github.com/tybor/Liberty · Specman e · 10 lines · 8 code · 1 blank · 1 comment · 0 complexity · fd1ff868f019da7c8d0e45887942a93e MD5 · raw file

  1. deferred class SHARED_XML2_NODE_CACHE
  2. -- Shared access to XML2_NODE_CACHE singleton
  3. insert ANY undefine copy, is_equal end
  4. feature {ANY}
  5. cache: XML2_NODE_CACHE
  6. once
  7. create Result
  8. end
  9. end -- class SHARED_XML2_NODE_CACHE