OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
print_op< T > Struct Template Reference
Collaboration diagram for print_op< T >:
Collaboration graph

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.

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

Definition at line 2636 of file symtab.cxx.

References 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.


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