Public Types | |
| using | Ptr = std::unique_ptr< AttributeValue > |
Public Member Functions | |
| AttributeValue (Symbol name) | |
| virtual AttributeKind | kind () const =0 |
| virtual Ptr | clone () const =0 |
Data Fields | |
| Symbol | name |
Definition at line 25 of file attributes.h.
1.8.11