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

Add setValue and getValue for ValueVector #1045

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented Nov 18, 2022

  • Removed values in ValueVector, instead: (1) expose templated get/setValue interface with a given data type; (2) expose getData() for cases we need access to raw pointers, e.g., need to reference a value inside the vector; memcpy values into/out of the ValueVector, etc.

  • Removed using namespace std from types.h.

  • Removed the exception test for "MATCH", which crashes on MacOS due to error signals.

@ray6080 ray6080 force-pushed the unified-vector-loop branch 3 times, most recently from 97ece09 to aecaacb Compare November 18, 2022 20:05
@ray6080 ray6080 merged commit bcd0b0a into master Nov 18, 2022
@ray6080 ray6080 deleted the unified-vector-loop branch November 18, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants