stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / xs / AttributeCore.xs
1 #include "mop.h"
2
3 MODULE = Class::MOP::Mixin::AttributeCore   PACKAGE = Class::MOP::Mixin::AttributeCore
4
5 PROTOTYPES: DISABLE
6
7 BOOT:
8     INSTALL_SIMPLE_READER(Mixin::AttributeCore, name);
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);