Intel® Implicit SPMD Program Compiler (Intel® ISPC)  1.13.0
Public Member Functions | Public Attributes | List of all members
StructDeclaration Struct Reference

#include <decl.h>

Collaboration diagram for StructDeclaration:
Collaboration graph
[legend]

Public Member Functions

 StructDeclaration (const Type *t, std::vector< Declarator *> *d)
 

Public Attributes

const Typetype
 
std::vector< Declarator * > * declarators
 

Detailed Description

The parser creates instances of StructDeclaration for the members of structs as it's parsing their declarations.

Definition at line 202 of file decl.h.

Constructor & Destructor Documentation

◆ StructDeclaration()

StructDeclaration::StructDeclaration ( const Type t,
std::vector< Declarator *> *  d 
)
inline

Definition at line 203 of file decl.h.

Member Data Documentation

◆ declarators

std::vector<Declarator *>* StructDeclaration::declarators

Definition at line 206 of file decl.h.

◆ type

const Type* StructDeclaration::type

Definition at line 205 of file decl.h.


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