GetProcessPointType
函数功能
获取ProcessPoint的类型。
函数原型
ProcessPointType GetProcessPointType() const
参数说明
无
返回值
返回一个ProcessPoint的类型。类型取值如下:
enum class ProcessPointType {
FUNCTION = 0,
GRAPH = 1,
INNER = 2,
INVALID = 3,
};
异常处理
无。
约束说明
无。
父主题: ProcessPoint类