include/standardDefines.hpp File Reference

some commenly used values and defines. More...


Defines

#define endInterface   };
 a define to end the interfase with
#define implements   public
 a define to use an interfase
#define Interface(name)
 a define for creating an interfase
#define subInterface(name, base)
 a define to create a subInterfase (an interfase that inherits from an interfase)


Detailed Description

some commenly used values and defines.


Define Documentation

#define endInterface   };

a define to end the interfase with

#define implements   public

a define to use an interfase

#define Interface ( name   ) 

Value:

class name { \
          public: \
          virtual ~name(){}
a define for creating an interfase

See also:
http://www.codeguru.com/cpp/cpp/cpp_mfc/oop/article.php/c9989
Parameters:
name the name of the interfase

#define subInterface ( name,
base   ) 

Value:

class name : public base { \
           public: \
           virtual ~name(){}
a define to create a subInterfase (an interfase that inherits from an interfase)

Parameters:
name the name of the subInterfase
base the interfase to inherit from


Generated on Thu Aug 6 18:17:49 2009 for DSOL by  doxygen 1.5.8