comma::RecordDecl Class Reference
#include <Decl.h>
List of all members.
Detailed Description
Definition at line 1731 of file Decl.h.
Member Function Documentation
Constructs a ComponentDecl and associates it with this record.
The order in which is method is called determines the order of the associated components.
Definition at line 1219 of file Decl.cpp.
static bool comma::RecordDecl::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::RecordDecl::classof |
( |
const RecordDecl * |
node |
) |
[inline, static] |
Returns this first subtype defined by this record type declaration.
Definition at line 1229 of file Decl.cpp.
const ComponentDecl* comma::RecordDecl::getComponent |
( |
unsigned |
i |
) |
const [inline] |
Returns the i'th component declaration provided by this record.
Definition at line 1767 of file Decl.h.
Returns this first subtype defined by this record type declaration.
Definition at line 1235 of file Decl.cpp.
Returns the component declaration with the given identifier.
Returns a null if a component with the given name could not be found.
Definition at line 1759 of file Decl.h.
RecordType* comma::RecordDecl::getType |
( |
|
) |
[inline] |
Returns this first subtype defined by this record type declaration.
Reimplemented from comma::TypeDecl.
Definition at line 1740 of file Decl.h.
const RecordType* comma::RecordDecl::getType |
( |
|
) |
const [inline] |
Returns this first subtype defined by this record type declaration.
Reimplemented from comma::TypeDecl.
Definition at line 1737 of file Decl.h.
unsigned comma::RecordDecl::numComponents |
( |
|
) |
const [inline] |
Returns the number of components provided by this record.
Definition at line 1753 of file Decl.h.
Friends And Related Function Documentation
The documentation for this class was generated from the following files: