add instanceSnapshot()

This commit is contained in:
Michael Davidsaver
2020-03-24 17:41:46 -07:00
parent d064afb5bb
commit edadc31f96
14 changed files with 162 additions and 0 deletions
+2
View File
@@ -140,6 +140,8 @@ struct StructTop {
// empty, or the field of a structure which encloses this.
std::weak_ptr<FieldStorage> enclosing;
INST_COUNTER(StructTop);
};
using Type = std::shared_ptr<const FieldDesc>;