Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

hyp.kernel.std.h File Reference

#include "hyp.std.non_delegating_unknwn.h"
#include "hyp.std.unknwn.h"
#include "hyp.std.factorydata.h"
#include "hyp.std.factory.h"

Go to the source code of this file.

Defines

#define hyp_KERNEL_STD_INSIDE
#define hypstd_TRACE(Args)


Detailed Description

Brings together the header files that are necessary to create easly Hyperion components.


Define Documentation

#define hyp_KERNEL_STD_INSIDE
 

Avoids wrong file inclusion. See hyp_KERNEL_CORE_INSIDE.

#define hypstd_TRACE Args  
 

Value:

hyp_TRACE_BEGIN();                             \
        hyp_TRACE_DO( ("Trace from std module") );     \
        hyp_TRACE_DO( Args );                          \
        hyp_TRACE_END();
Trace operation for the standard library. Activated with the compilation of the standard compounds by the macro hypstd_TRACE_ON.


Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.