#include <attribute.h>
Public Types | |
enum | AttributeVisibility |
Attribute access modifiers. | |
Public Member Functions | |
const std::string | getName () const |
Returns the attribute name. | |
const Type & | getType () const |
Returns data type of the attribute. | |
const AttributeVisibility | getVisibility () const |
Returns the attribute access modifier. | |
const Type & | getOwner () const |
Returns Type representing a class in which is the attribute defined. |
Users are not supposed to create instances of this class