convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / AttributeCore.xs
CommitLineData
9b871d79 1#include "mop.h"
2
3MODULE = Class::MOP::Mixin::AttributeCore PACKAGE = Class::MOP::Mixin::AttributeCore
4
5PROTOTYPES: DISABLE
6
7BOOT:
8 INSTALL_SIMPLE_READER(Mixin::AttributeCore, name);
53362bcb 9 INSTALL_SIMPLE_READER(Mixin::AttributeCore, accessor);
10 INSTALL_SIMPLE_READER(Mixin::AttributeCore, reader);
11 INSTALL_SIMPLE_READER(Mixin::AttributeCore, writer);
12 INSTALL_SIMPLE_READER(Mixin::AttributeCore, predicate);
13 INSTALL_SIMPLE_READER(Mixin::AttributeCore, clearer);
14 INSTALL_SIMPLE_READER(Mixin::AttributeCore, builder);
15 INSTALL_SIMPLE_READER(Mixin::AttributeCore, init_arg);
16 INSTALL_SIMPLE_READER(Mixin::AttributeCore, initializer);
17 INSTALL_SIMPLE_READER(Mixin::AttributeCore, definition_context);
18 INSTALL_SIMPLE_READER(Mixin::AttributeCore, insertion_order);