convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / Generated.xs
CommitLineData
53362bcb 1#include "mop.h"
2
3MODULE = Class::MOP::Method::Generated PACKAGE = Class::MOP::Method::Generated
4
5PROTOTYPES: DISABLE
6
7BOOT:
8 INSTALL_SIMPLE_READER(Method::Generated, is_inline);
9 INSTALL_SIMPLE_READER(Method::Generated, definition_context);