PUMA Library Reference Manual
|
#include <CCSemDeclarator.h>
Public Member Functions | |
CCSemDeclarator (ErrorSink *err, CTypeInfo *t, CTree *d) | |
Public Member Functions inherited from Puma::CSemDeclarator | |
CSemDeclarator (ErrorSink *err, CTypeInfo *t, CTree *d, bool lang_c=true) | |
Constructor. | |
~CSemDeclarator () | |
Destructor. | |
CT_SimpleName * | Name () const |
Get the name of the declared entity. | |
CTypeInfo * | Type () const |
Get the resulting type. | |
void | Type (CTypeInfo *t) |
Set the type of the declared entity. | |