Program Listing for File numberQueryInheritedAttribute.h

Program Listing for File numberQueryInheritedAttribute.h#

Return to documentation for file (src/midend/astQuery/numberQueryInheritedAttribute.h)

#ifndef ROSE_NUMBER_QUERY_INHERITED_ATTRIBUTE_H
#define ROSE_NUMBER_QUERY_INHERITED_ATTRIBUTE_H

class NumberQueryInheritedAttributeType
{
  public:


    // string matchingName;

    // Used for building data field names in structures (prepends structure name to data field
    // (e.g. structureName::nestedStructureName::fieldName). An alternative would be to handle
    // this query using a different query library which returned a list of lists of strings
    // (e.g. list< list<string> >). Then we could more readily handle function names!
    // string prefixName;


    ~NumberQueryInheritedAttributeType ();
    NumberQueryInheritedAttributeType ();
    //NumberQueryInheritedAttributeType( NumberQuery::TypeOfQueryType X );
    //NumberQueryInheritedAttributeType ( const NumberQueryInheritedAttributeType & X );
    //NumberQueryInheritedAttributeType & operator= ( const NumberQueryInheritedAttributeType & X );


};

// endif for  ROSE_NUMBER_QUERY_INHERITED_ATTRIBUTE_H
#endif