Refactor|Record: Record member navigation; renamed addRecord()
The term "subrecord" is used to mean a record owned by another record.
However, the member (.) notation (for instance in Record::operator[]) did not allow navigating into non-owned records. This commit fixes that and renames Record::addRecord() to addSubrecord() to match the terms used in other methods.
Refactor|Record: Record member navigation; renamed addRecord()
The term "subrecord" is used to mean a record owned by another record.
However, the member (.) notation (for instance in Record::operator[])
did not allow navigating into non-owned records. This commit fixes
that and renames Record::addRecord() to addSubrecord() to match the
terms used in other methods.