EDMA: Entorno de Desarrollo Modular y Abierto
Object Oriented and Componentware Framework

Copyright (C) 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
           by David Martínez Oliveira

See file COPYING and COPYING.LESSER for copying conditions
==========================================================================

Object Casting
---------------------------------
This example demonstrates the casting functions provided by GNU/EDMA

The following inheritance hierarchy is used for testing:

SUPER_CLASS <= SUBCLASS1 <= SUBCLASS2

To run the test make sure that the classes are properly installed in the system (they should be there if you installed GNU/EDMA). Then compile the example using:

make -f cast_test.mk

Check the source code for further details


Briefing
---------------------------

