CX_StorageClass

\brief Represents the storage classes as declared in the source. CX_SC_Invalid was added for the case that the passed cursor in not a declaration.

Values

ValueMeaning
CX_SC_Invalid0
CX_SC_None1
CX_SC_Extern2
CX_SC_Static3
CX_SC_PrivateExtern4
CX_SC_OpenCLWorkGroupLocal5
CX_SC_Auto6
CX_SC_Register7

Meta