summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.h
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-12-03 22:38:02 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-12-03 22:38:02 (GMT)
commit9abc7a50ef3cbd89fca9bfc7e7eff60f8b44eb50 (patch)
tree1b23f6ac6a136d75d532129ef1d1095c3d9e3d5d /src/cv2pdb.h
parent87ef1f3346ea8764c14ed54c771194dffebfe943 (diff)
downloadcv2pdb-9abc7a50ef3cbd89fca9bfc7e7eff60f8b44eb50.zip
cv2pdb-9abc7a50ef3cbd89fca9bfc7e7eff60f8b44eb50.tar.gz
cv2pdb-9abc7a50ef3cbd89fca9bfc7e7eff60f8b44eb50.tar.bz2
now converting only class pointers to references, not pointers to structs or void
Diffstat (limited to 'src/cv2pdb.h')
-rw-r--r--src/cv2pdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cv2pdb.h b/src/cv2pdb.h
index 0b93b38..cdfed36 100644
--- a/src/cv2pdb.h
+++ b/src/cv2pdb.h
@@ -79,6 +79,7 @@ public:
int fixProperty(int type, int prop, int fieldType);
bool derivesFromObject(const codeview_type* cvtype);
bool isCppInterface(const codeview_type* cvtype);
+ bool isClassType(int type);
int sizeofClassType(const codeview_type* cvtype);
int sizeofBasicType(int type);