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)   String+=hyp::ker::Begin( __FILE__, __LINE__ )
#define hyp_STRING_DO(String, Args)   String+=hyp::ker::Print Args
#define hyp_STRING_END(String)   String+=hyp::ker::End()

Detailed Description

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

Define Documentation

#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.