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

PrintAddress Class Reference

allows you to control how addresses are to be output. More...

#include <common/formatted.h>

Class diagram for PrintAddress:

PointerPrint LiteralPrint

List of all members.


Public Members

virtual String get_pointer_as_string (void *addr) = 0
Given an address, return a printable String version of it.

virtual ~PrintAddress ()

Detailed Description

allows you to control how addresses are to be output.

This is useful to print out addresses as identifiers rather than actual addresses, to make comparisons easier


Member Function Documentation

virtual String PrintAddress::get_pointer_as_string (void * addr) [pure virtual]

Given an address, return a printable String version of it.

Reimplemented in PointerPrint, and LiteralPrint.

virtual PrintAddress::~PrintAddress () [virtual]


The documentation for this class was generated from the following file:
Generated at Wed Apr 25 17:35:03 2001 for NCI SUIF by doxygen  written by Dimitri van Heesch, © 1997-1999