ROSE
0.9.6a
|
#include <OmpAttribute.h>
Public Member Functions | |
std::string | toOpenMPString () |
void | print () |
~OmpAttributeList () | |
![]() | |
AstAttribute () | |
virtual | ~AstAttribute () |
virtual std::string | toString () |
AstAttribute * | constructor () |
std::string | attribute_class_name () |
virtual int | packed_size () |
virtual char * | packed_data () |
virtual void | unpacked_data (int size, char *data) |
virtual std::string | additionalNodeOptions () |
virtual std::vector < AttributeEdgeInfo > | additionalEdgeInfo () |
virtual std::vector < AttributeNodeInfo > | additionalNodeInfo () |
virtual AstAttribute * | copy () |
virtual bool | commentOutNodeInGraph () |
Public Attributes | |
std::vector< OmpAttribute * > | ompAttriList |
Definition at line 243 of file OmpAttribute.h.
OmpSupport::OmpAttributeList::~OmpAttributeList | ( | ) |
std::string OmpSupport::OmpAttributeList::toOpenMPString | ( | ) |
void OmpSupport::OmpAttributeList::print | ( | ) |
std::vector<OmpAttribute*> OmpSupport::OmpAttributeList::ompAttriList |
Definition at line 246 of file OmpAttribute.h.