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

Raw pointer capability feature implementation #75

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

ihsandemir
Copy link
Collaborator

The feature implementation for supporting raw pointers. The adaptor pattern is utilized (partially). The adaptor classes adopts the existing containers to provide the raw pointer API.

@ihsandemir ihsandemir self-assigned this Mar 24, 2016
@ihsandemir ihsandemir added this to the 3.7 milestone Mar 24, 2016
@ihsandemir ihsandemir force-pushed the adaptor branch 2 times, most recently from 124fb4b to de36331 Compare March 25, 2016 13:05
@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@ihsandemir
Copy link
Collaborator Author

Review comments:
Decided on the followings:

  1. Fix DataArray and EntryArray to work with specific types.
  2. Change method returns from DataArray to std::auto_ptr, EntryArray to std::auto_ptr.
  3. Add indice operator [] to DataArray class.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

…attern is utilized (partially). The adaptor classes adopts the existing containers to provide the raw pointer API. Added examples for the API usage.
@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@ihsandemir ihsandemir merged commit 086cbcb into hazelcast:master Mar 29, 2016
@ihsandemir ihsandemir deleted the adaptor branch March 29, 2016 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants