Tree Compression with Top Trees Revisited
Public Member Functions | Public Attributes | Friends | List of all members
TreeEdge Struct Reference

Edge type for use with an OrderedTree. More...

#include <Edges.h>

Public Member Functions

 TreeEdge ()
 

Public Attributes

int headNode
 
bool valid
 

Friends

std::ostream & operator<< (std::ostream &os, const TreeEdge &edge)
 

Detailed Description

Edge type for use with an OrderedTree.

Definition at line 9 of file Edges.h.

Constructor & Destructor Documentation

TreeEdge::TreeEdge ( )
inline

Definition at line 13 of file Edges.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const TreeEdge edge 
)
friend

Definition at line 15 of file Edges.h.

Member Data Documentation

int TreeEdge::headNode

Definition at line 10 of file Edges.h.

bool TreeEdge::valid

Definition at line 11 of file Edges.h.


The documentation for this struct was generated from the following file: