ARB
Typedefs | Functions
AP_TreeSet.hxx File Reference
#include "AP_Tree.hxx"
#include <set>
Include dependency graph for AP_TreeSet.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::set< AP_tree * > AP_tree_set
 
typedef AP_tree_set::iterator AP_tree_set_iter
 
typedef AP_tree_set::const_iterator AP_tree_set_citer
 

Functions

void collect_enclosing_groups (AP_tree *node, AP_tree_set &groups)
 
void collect_contained_groups (AP_tree *node, AP_tree_set &groups)
 

Typedef Documentation

typedef std::set<AP_tree*> AP_tree_set

Definition at line 21 of file AP_TreeSet.hxx.

typedef AP_tree_set::iterator AP_tree_set_iter

Definition at line 22 of file AP_TreeSet.hxx.

typedef AP_tree_set::const_iterator AP_tree_set_citer

Definition at line 23 of file AP_TreeSet.hxx.

Function Documentation

void collect_enclosing_groups ( AP_tree node,
AP_tree_set groups 
)
void collect_contained_groups ( AP_tree node,
AP_tree_set groups 
)