ARB
Classes | Typedefs | Functions
LabelTranslator.h File Reference
#include <arbdb_base.h>
#include <arb_unordered_map.h>
#include <string>
#include <ErrorOrType.h>
Include dependency graph for LabelTranslator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LabelTranslator
 
class  LabelForwarder
 
class  ACI_LabelTranslator
 

Typedefs

typedef arb_unordered_map
< std::string, std::string
StringMap
 
typedef ErrorOr< std::stringErrorOrLabel
 

Functions

GB_ERROR TREE_translate_labels (GBDATA *gb_main, TreeNode *tree, const LabelTranslator &translator)
 

Typedef Documentation

Definition at line 27 of file LabelTranslator.h.

Definition at line 28 of file LabelTranslator.h.

Function Documentation

GB_ERROR TREE_translate_labels ( GBDATA gb_main,
TreeNode tree,
const LabelTranslator translator 
)