Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

fctProxyMap.h

This is the verbatim text of the fctProxyMap.h include file.
/* Sun-$Revision: 23.3 $ */

/* Copyright 1992-9 Sun Microsystems, Inc. and Stanford University.
   See the LICENSE file for license information. */

# pragma interface

class fctProxyMap: public proxyMap {
 public:
  // testing operations
  bool is_fctProxy() { return true; }
  
  // creation operation
  friend fctProxyOop create_fctProxy(); // To create initial proxy

  // mirror operation
  mirrorOop mirror_proto() { return Memory->fctProxyMirrorObj; }
  
  // sizing
  fint empty_object_size();
  
  // killable operations
  virtual void    kill(oop p) { fctProxyOop(p)->kill_fctProxy(); }
  
  // printing
  void print(oop obj);

  // enumerating
  virtual bool is_enumerable(oop obj, oop* matching_cell);

  // profiler operation
  void dummy_initialize(oop obj, oop filler);
};

Generated at Tue Jun 27 12:13:30 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999