parrotcode: PackfileAnnotationKeys PMC | |
Contents | PMCs |
src/pmc/packfileannotationkeys.pmc - PackfileAnnotationKeys PMC
This class implements a PackfileAnnotationKeys object, an array storing the table of keys and types contained within a PackfileAnnotations container.
See packfile.pmc for the toplevel Packfile interface, see packfilesegment.pmc for the list of common methods every packfile segment pmc must implement; see PDD13 for the design spec.
STRING *get_string_keyed_int(INTVAL index)
void set_string_keyed_int(INTVAL index, STRING *value)
INTVAL get_integer_keyed_int(INTVAL index)
void set_integer_keyed_int(INTVAL index, INTVAL value)
|