header1.hpp File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define UNUSED(par)
 Decorate unused parameters in function/method declaration.

Detailed Description

define some usefull macros


Define Documentation

#define UNUSED ( par   ) 

Decorate unused parameters in function/method declaration.

The macro masks the parameter name from real compiler so that the compiler does not produce warning about the unused paramter. The doxy configuration file contains the definition

PREDEFINED            += "UNUSED(p)=p" 

so that the parameters are visible to doxygen. This makes it possible to document them

 All Classes Files Functions Defines

Generated by  doxygen 1.6.2