주요 콘텐츠

Cpp.AbstractPointerDeclarator Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the asbtract_pointer_declarator nodes in the syntax tree of your code

Since R2026a

Description

The PQL class AbstractPointerDeclarator represents the node abstract_pointer_declarator in the syntax tree of your code.

void read_data(const int *);

The preceding code contains an abstract pointer declarator in the parameter list of read_data.

Predicates

expand all

Version History

Introduced in R2026a