comparison runtime/blueprint.h @ 163:9fab36cc706b

Add Raw Size method to blueprint to allow code to query the raw size of a type in bytes
author Mike Pavone <pavone@retrodev.com>
date Sun, 09 Jan 2011 23:03:30 -0500
parents 3c4325e6298f
children ba35ab624ec2
comparison
equal deleted inserted replaced
162:bac2c74801f0 163:9fab36cc706b
7 Box(blueprint *,bp,Blueprint) 7 Box(blueprint *,bp,Blueprint)
8 8
9 object * make_Blueprint(int32_t type_id); 9 object * make_Blueprint(int32_t type_id);
10 10
11 int32_t _internal_blueprint_eq(object * left, object * right); 11 int32_t _internal_blueprint_eq(object * left, object * right);
12 int32_t _internal_blueprint_rawsize(object * bp);
12 13
13 typedef struct { 14 typedef struct {
14 blueprint * bp; 15 blueprint * bp;
15 } lt_Build; 16 } lt_Build;
16 17