| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
#include "mop.h" |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
MODULE = Class::MOP::Mixin::AttributeCore PACKAGE = Class::MOP::Mixin::AttributeCore |
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
PROTOTYPES: DISABLE |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
BOOT: |
|
8
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, name); |
|
9
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, accessor); |
|
10
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, reader); |
|
11
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, writer); |
|
12
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, predicate); |
|
13
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, clearer); |
|
14
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, builder); |
|
15
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, init_arg); |
|
16
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, initializer); |
|
17
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, definition_context); |
|
18
|
463
|
|
|
|
|
|
INSTALL_SIMPLE_READER(Mixin::AttributeCore, insertion_order); |