#undef BB
#undef BBStr
#undef bb
#undef bbStr
#define BB
#define BBStr( x,y,z ) ;
#define bb
#define bbStr( x,y,z ) ;
#ifndef procNestOn
#undef LB_
#undef LE_
#undef LE_ret
#undef ret
#undef ret_
#undef __
#undef ___
#define LB_( x )
{
#define LE_
}
#define ret_ return ;
#define LE_ret( x ) return( x );
#define ret( x ) return( x );
#define __
#define ___
#endif
/* Module ut/ut_incs j2h.ic
*****************************************************************************
Author Gebhard.Greiter@softlab.de
*/
#include for_spu.h
#include btree_ut.h : cpp
class Ut_incs
top . is_inc_for . C++
/* _____________________________________________________________________________ R e u s e . f o r . jaco.exe, j2h.exe Use this class to calculate the transitive closure of a binary relation (here the include relation). _____________________________________________________________________________ */ { public: protected: int anzA ; int hoch ; BOOL repeat[ 10000 ] ; private: // exported methods: public: void Ut_incs :: incsMe_to_Btree ( char * fn_incsMe /* ----------------------------------------------------------------------------- >fNr1=fNr2 means: f1 is direct include of f2 =fNr1=fpath means: fpath is the path to file f1 Einlesen des in die Datei 'fn_incMe geschriebenen Baumes. Berechnen der Summe des Umfangs aller Dateien (womit dann auch verifiziert ist, dass sie existieren). ----------------------------------------------------------------------------- */ ) ; } ; #endif