Class AstTextAttribute#

Inheritance Relationships#

Base Type#

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#