convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / Generated.xs
diff --git a/xs/Generated.xs b/xs/Generated.xs
new file mode 100644 (file)
index 0000000..57db324
--- /dev/null
@@ -0,0 +1,9 @@
+#include "mop.h"
+
+MODULE = Class::MOP::Method::Generated   PACKAGE = Class::MOP::Method::Generated
+
+PROTOTYPES: DISABLE
+
+BOOT:
+    INSTALL_SIMPLE_READER(Method::Generated, is_inline);
+    INSTALL_SIMPLE_READER(Method::Generated, definition_context);