UnparseFortran_type::unparsePointerType
Synopsis
Declared in <src/backend/unparser/FortranCodeGeneration/unparseFortran_types.h>
virtual
void
unparsePointerType(
SgType* type,
SgUnparse_Info& info,
bool printAttrs = true);
Parameters
Name |
Description |
printAttrs |
‐ true means print the type attributes such as dimension or length on the left of :: for the given type; false means not. the default is set to true so that all extant callers of this method are unaffected. |
type |
This class represents the base class for all types. |
Created with MrDocs