dboo::version_handler::rename_member
void rename_member(const char* current_name, const char* old_name);
n/a
Sets a mapping for a member variable from the name as it appeared in version to the current version’s name.
Parameters
- current_name
The name of the member or base class in the new version.
- old_name
The name of the member or base class in the old version.
Return value
(none)
Example