llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
SymbolTableListTraits< T > Class Template Reference

#include <core/symbol_table.h>

Inheritance diagram for SymbolTableListTraits< T >:
Inheritance graph
[legend]
Collaboration diagram for SymbolTableListTraits< T >:
Collaboration graph
[legend]

Public Member Functions

ParentTy * getParent ()
 
void addNodeToList (T *V)
 
void removeNodeFromList (T *V)
 
void transferNodesFromList (SymbolTableListTraits &L2, iterator first, iterator last)
 

Detailed Description

template<typename T>
class SymbolTableListTraits< T >

Traits for maintaining nodes in a symbol table.


The documentation for this class was generated from the following files: