SageInterface::get_name
Generate a useful name to describe the SgType
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
std::string
get_name(SgType const* type);
Description
default names are used for SgType objects that cannot be
associated with a name.
Parameters
Name |
Description |
type |
This class represents the base class for all types. |
Created with MrDocs