Class AstTextAttribute#
Defined in File AstTextAttributesHandling.h
Inheritance Relationships#
Base Type#
public AstAttribute(Class AstAttribute)
Class Documentation#
-
class AstTextAttribute : public AstAttribute#
Public Functions
-
inline AstTextAttribute(std::string s)#
-
inline virtual std::string toString()#
Convert an attribute to a string.
This is used by other components to print the value of an attribute. For example the pdf generation calls this function to print the value of an attribute in the pdf file. The default implementation is to return the attribute address in the heap as a string.
Protected Attributes
-
std::string source#
-
inline AstTextAttribute(std::string s)#