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

floatMap.h

This is the verbatim text of the floatMap.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 floatMap: public immediateMap {
 public:
  // creation operation
  friend Map* create_floatMap(oop parent);
  
  // mirror operation
  mirrorOop mirror_proto() { return Memory->floatMirrorObj; }

  // profiler operation
  oop dummy_obj(oop filler) { Unused(filler); return as_floatOop(0.0); }
  
  // printing operations
  void print_string(oop obj, char* buf);
  void print_oop(oop obj);
  void print(oop obj);
};

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