finish codeparser improvements
pip_cmg now works with new nested entities approach Getters now can access to bitfields
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
bool writeClassJSONMembersOut(Runtime & rt, const PICodeParser::Entity * e);
|
||||
bool writeClassJSONMembersIn(Runtime & rt, const PICodeParser::Entity * e);
|
||||
bool writeClassJSONMembersOut(Runtime & rt, const PICodeParser::Entity * e, PIString var_prefix = {});
|
||||
bool writeClassJSONMembersIn(Runtime & rt, const PICodeParser::Entity * e, PIString var_prefix = {});
|
||||
bool needClassJSON(const PICodeParser::Entity * e);
|
||||
bool makeClassJSON(Runtime & rt, const PICodeParser::Entity * e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user