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

Trace in Standard Strings


Defines

#define hyp_STRING_TRACE(String, Args)
#define hyp_STRING_BEGIN(String)
#define hyp_STRING_DO(String, Args)
#define hyp_STRING_END(String)

Detailed Description

Set of macros which permit to write in standard strings instead of the trace file.

Define Documentation

#define hyp_STRING_BEGIN( String )
 

Value:

        String+=hyp::ker::Begin( __FILE__, __LINE__ )

#define hyp_STRING_DO( String, Args )
 

Value:

        String+=hyp::ker::Print Args

#define hyp_STRING_END( String )
 

Value:

        String+=hyp::ker::End()

#define hyp_STRING_TRACE( String, Args )
 

Value:

{                                                   \
        hyp_STRING_BEGIN( String );                 \
        hyp_STRING_DO( String , Args );             \
        hyp_STRING_END( String );                   \
}


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