include/enf.h File Reference

??? More...

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

Included by dependency graph

Go to the source code of this file.

Classes

struct  type2dcbc
class  typecbc
struct  typecorecrumhedr
struct  typecuc

Typedefs

typedef typecorecrumhedr typecorecrum

Enumerations

enum  AdoptPlacement {
  LEFTMOSTSON = 0, RIGHTMOSTSON = 1, SON = LEFTMOSTSON, LEFTBRO = 2,
  RIGHTBRO = 3
}

Functions

bool isfullcrum (typecorecrum *x)


Detailed Description

???

(to be defined)

Definition in file enf.h.


Typedef Documentation

typedef typecorecrumhedr typecorecrum
 

Definition at line 83 of file enf.h.

Referenced by adopt(), appendpm(), assertsonswispmatchesfather(), assertsubtreeisok(), asserttreeisok(), assertwidsarepositive(), checkenftypes(), checkthebleedingcrum(), comparecrumsdiagonally(), createcrum(), createcrumcontext(), createcruminternal(), createenf(), createorglgr(), crumcontextfree(), crumintersectsspanseq(), crumiscut(), crumiscutbyithknife(), crumleftofithcut(), crumqualifies2d(), cutsons(), deletecutsectionnd(), deletefullcrumandgarbageddescendents(), deletend(), deletewithgarbageddescendents(), disown(), disownnomodify(), docopy(), docopyinternal(), dodumpistreamgr(), doshowspanf(), dump(), dumpgranfwids(), dumppoomwisps(), dumpsubtree(), dumpwholesubtree(), dumpwholetree(), eatbrossubtreend(), eatbrossubtreeseq(), expandcrumleftward(), fetchorglgr(), findcbcinarea2d(), findcbcinspanseq(), findcbcnd(), findcbcseq(), findcbcseqcrum(), findfather(), findfullcrum(), findisatoinsertmolecule(), findisatoinsertnonmolecule(), findlastcbcseq(), findleftbro(), findleftmostbro(), findleftson(), findnextaddressinvspace(), findpreviousisagr(), findrightmostbro(), findsontoinsertundernd(), findvsatoappend(), firstinsertionnd(), fixdspsofbroschildren(), fixincoresubtreewids(), foocrum(), freecrum(), funcfindrightbro(), funcrejuvinate(), functionweakfindfather(), getfather(), getleftbro(), getleftmostbro(), getleftson(), getorderedsons(), getrightmostbro(), graphcrum(), graphpoom(), graphwholesubtree(), graphwholetree(), grimlyreap(), hgetinfo(), hputinfo(), initcrum(), initkluge(), inorglinternal(), insertcbcnd(), insertcutsectionnd(), insertmorend(), insertseq(), is2dcrum(), isanextensionnd(), isemptyenfilade(), islinkcrum(), isreapable(), istextcrum(), ivemodified(), levelpush(), loaffree(), makecontextfromcbc(), makecutsbackuptohere(), makecutsdownnd(), makecutsnd(), makegappm(), makeithcutonson(), makeroomonleftnd(), maxtextwid(), newpeelcrumoffnd(), nodecolor(), nodefillcolor(), nodeid(), orglfree(), orglwritepart2(), peelcrumoffnd(), peeloffcorrectson(), peelsoncorrectly(), prologuend(), reap(), rearrangecutsectionnd(), rearrangend(), recombinend(), recombineseq(), reserve(), retrieve(), retrievecrums(), retrieveinarea(), retrieveinspan(), retrievevspansetpm(), roomformoresons(), routinegetrightbro(), setwidnd(), setwidseq(), setwisp(), setwispnd(), setwispupwards(), shellsort(), showgranwids(), showorgl(), showpoomwisps(), showspanf(), showspanfcrum(), showsubtree(), slicecbcpm(), sonoriginok(), sonsarecut(), splitcrumpm(), splitcrumseq(), splitcrumsp(), splitcrumupwards(), subtreefree(), subtreewriterecurs(), takenephewnd(), takeovernephewsnd(), takeovernephewsseq(), testforrejuvinate(), testforreservedness(), toofewsons(), toomanysons(), transferloaf(), tumblercheckptr(), varpackloaf(), varunpackloaf(), weakfindleftmostbro(), weakfindrightbro(), whereoncrum(), writeenfilades(), and yesdump().


Enumeration Type Documentation

enum AdoptPlacement
 

Enumeration values:
LEFTMOSTSON 
RIGHTMOSTSON 
SON 
LEFTBRO 
RIGHTBRO 

Definition at line 143 of file enf.h.

00143                     {
00144     LEFTMOSTSON=0,
00145     RIGHTMOSTSON=1,
00146     SON=LEFTMOSTSON,
00147     LEFTBRO=2,
00148     RIGHTBRO=3,
00149 };


Function Documentation

bool isfullcrum typecorecrum x  )  [inline]
 

Definition at line 153 of file enf.h.

Referenced by asserttreeisok(), disown(), disownnomodify(), dumpwholetree(), findfullcrum(), functionweakfindfather(), graphpoom(), graphwholetree(), insertcbcnd(), isemptyenfilade(), levelpush(), makecutsbackuptohere(), makecutsdownnd(), newpeelcrumoffnd(), peelcrumoffnd(), and splitcrumupwards().

00154 {
00155     return (bool) x->isapex;
00156 }


Generated on Sun Aug 21 04:18:17 2005 for Udanax-Green by doxygen1.3.4