- indexing
- title: "Data marshaling mechanism. Data is marshaled to the specified memory area."
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: pool
class RTS_ATTACHED_MARSHALER
- inherit
-
RTS_ATTACHED_MEMORY
- end
- creation
- make
- feature -- Creation
-
make (object: ANY; mem: RTS_MEMORY)
-
- require
-
non_void_object:
object /= void
end -- class RTS_ATTACHED_MARSHALER