/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
- deferred class SHARED_XML2_NODE_CACHE
- -- Shared access to XML2_NODE_CACHE singleton
- insert ANY undefine copy, is_equal end
- feature {ANY}
- cache: XML2_NODE_CACHE
- once
- create Result
- end
- end -- class SHARED_XML2_NODE_CACHE