Public Member Functions | Public Attributes

IPO_SYMTAB::fix_table_entry< T > Struct Template Reference

Collaboration diagram for IPO_SYMTAB::fix_table_entry< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 fix_table_entry (IPO_SYMTAB *sym)
void operator() (UINT idx, T *entry) const
template<>
void operator() (UINT idx, ST *st) const
template<>
void operator() (UINT idx, INITO *inito) const
template<>
void operator() (UINT idx, ST_ATTR *st_attr) const

Public Attributes

IPO_SYMTAB_sym

Detailed Description

template<class T>
struct IPO_SYMTAB::fix_table_entry< T >

Definition at line 213 of file clone.h.


Constructor & Destructor Documentation

template<class T >
IPO_SYMTAB::fix_table_entry< T >::fix_table_entry ( IPO_SYMTAB sym  )  [inline]

Definition at line 217 of file clone.h.


Member Function Documentation

template<class T >
void IPO_SYMTAB::fix_table_entry< T >::operator() ( UINT  idx,
T entry 
) const
template<>
void IPO_SYMTAB::fix_table_entry< ST_ATTR >::operator() ( UINT  idx,
ST_ATTR st_attr 
) const [inline]
template<>
void IPO_SYMTAB::fix_table_entry< INITO >::operator() ( UINT  idx,
INITO inito 
) const [inline]
template<>
void IPO_SYMTAB::fix_table_entry< ST >::operator() ( UINT  idx,
ST st 
) const [inline]

Member Data Documentation

template<class T >
IPO_SYMTAB* IPO_SYMTAB::fix_table_entry< T >::_sym

Definition at line 215 of file clone.h.

Referenced by IPO_SYMTAB::fix_table_entry< T >::operator()().


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