Fern   www.davinpearson.com
New Zealanders making it harder to hate computers

    Main Menu     Research Projects      Photo Album      Curriculum Vitae   Greatest Artists  
  Email Address   Computer Games       Web Design          Java Tutorials         Other Links     
Debugging Macros String Class I Linked List System I Java for C Programmers Naming Convention
String Class II How I use m4 Strings III Symmetrical I/O Linked List System II
Run-Time Type Info Virtual Methods An Array System Science & Religion Submodes
Nested Packages Memory Leaks Garbage Collection Internet & Poverty What is Knowledge?
Limits of Evolution Emacs Additions Function Plotter


dmm.hh

#ifndef ALREADY_INCLUDED_DMM_HH
#define ALREADY_INCLUDED_DMM_HH

#define DMM_ONLINE

#ifdef DMM_ONLINE

enum enum_debug_code
{
   DCODE_UNKNOWN = 123, /// Used by Ref_Count for argless ctors...

   /// inherits from Ref_Count and Dmm
   DCODE_BOOL,
   DCODE_INT,
   DCODE_XYI,
   DCODE_XYQ,
   DCODE_V3Q,

   DCODE_INT_MANUAL, /// inherits from Dmm only

   DCODE_QUICK,
   DCODE_STRING,
   /// FROM: ../noallegro/*
   DCODE_VECTOR_2D_CARTESIAN,
   /// FROM: ../nolist/list.hh
   DCODE_LIST,
   DCODE_NODE,
   /// FROM: ../../2004/noarray/array.hh
   DCODE_ARRAY,

   /// FROM: ~/zallegro/2004/sprite-grabber/sprite-grabber.hh
   DCODE_SPRITE_GRABBER_ACTION,

   /// FROM: ~/zallegro/2004/Tritus-II/*
   DCODE_TRI_RANDOM,

   /// FOR TESTING PURPOSES:
   DCODE_FOO
};

#include <iostream>
extern void  dmm_print_and_exit();
extern void* operator new (size_t size);
extern void  operator delete (void* p);

#endif /* DMM_ONLINE */

#include "dmm-class.hh"

#endif /* ALREADY_INCLUDED_DMM_HH */

Back

| Main Menu | Research Projects | Photo Album | Curriculum Vitae | Greatest Artists |
| Email Address | Computer Games | Web Design | Java Tutorials | Other Links |
| Debugging Macros | String Class I | Linked List System I | Java for C Programmers | Naming Convention |
| String Class II | How I use m4 | Strings III | Symmetrical I/O | Linked List System II |
| Run-Time Type Info | Virtual Methods | An Array System | Science & Religion | Submodes |
| Nested Packages | Memory Leaks | Garbage Collection | Internet & Poverty | What is Knowledge? |
| Limits of Evolution | Emacs Additions | Function Plotter |

Please report any broken links to the webperson
Last modified: Wed Jun 13 18:47:30 NZST 2007
© Copyright 1999-2007 Davin Pearson.



Hosted by www.Geocities.ws

1