Public Member Functions | Public Attributes

print_op< T > Struct Template Reference

List of all members.

Public Member Functions

 print_op (FILE *f)
void operator() (UINT idx, T *entry) const
template<>
void operator() (UINT idx, TCON *c) const

Public Attributes

FILE * fid

Detailed Description

template<class T>
struct print_op< T >

Definition at line 2615 of file symtab.cxx.


Constructor & Destructor Documentation

template<class T >
print_op< T >::print_op ( FILE *  f  )  [inline]

Definition at line 2619 of file symtab.cxx.


Member Function Documentation

template<class T >
void print_op< T >::operator() ( UINT  idx,
T entry 
) const [inline]

Definition at line 2627 of file symtab.cxx.

References print_op< T >::fid, and fprintf().

Here is the call graph for this function:

template<>
void print_op< TCON >::operator() ( UINT  idx,
TCON c 
) const [inline]

Definition at line 2636 of file symtab.cxx.

References print_op< T >::fid, fprintf(), MTYPE_name, NULL, Targ_Print(), and TCON_ty.

Here is the call graph for this function:


Member Data Documentation

template<class T >
FILE* print_op< T >::fid

Definition at line 2617 of file symtab.cxx.

Referenced by print_op< T >::operator()().


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