Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table copying is now supported. #60

Merged
merged 3 commits into from
Feb 25, 2013
Merged

Table copying is now supported. #60

merged 3 commits into from
Feb 25, 2013

Conversation

kspangsege
Copy link
Contributor

It is now possible to insert copies of tables into a subtable column.

This feature has been assumed by both the high-level C++ API and the Objective-C binding for some time.

Unit tests have been added for both the core library and the Obj-C binding to check that this works.

In the C++ API, copy constructors have been added to both Table and BasicTable. This allows one to make a free-standing copy of any table (including any subtable). It does not yet allow for a copy to be created inside a group.

/cc @astigsen @rrrlasse @bmunkholm

It is now possible to insert copies of tables into a subtable column.
This feature has been assumed by the Objective-C binding for some time.
Unit tests have been added for both the core library and the Obj-C binding to check that this works.
Adding Table::copy(), BasicTable::copy() and LangBindHelper::copy_table().
Adding BasicTable::create() for symmetry with Table::create().
@astigsen
Copy link
Contributor

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants