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

Connections: serialization, op== #827

Merged
merged 1 commit into from
Jun 4, 2020
Merged

Connections: serialization, op== #827

merged 1 commit into from
Jun 4, 2020

Conversation

breznak
Copy link
Member

@breznak breznak commented Jun 4, 2020

  • cleanup serialization - made simple by storing directly all members.
  • improved detailed operator== equals
  • serialization for Connections' helper structures SynapseData,
    SegmentData

Selected part of #799

- cleanup serialization - made simple by storing directly all members.
- improved detailed operator== equals
- serialization for Connections' helper structures SynapseData,
SegmentData
@breznak breznak added ready code code enhancement, optimization, cleanup..programmer stuff serializable labels Jun 4, 2020
@breznak breznak requested a review from dkeeney June 4, 2020 08:48
@breznak breznak self-assigned this Jun 4, 2020
}

//operator==
bool operator==(const CellData& o) const {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helper structures in connections SegmentData, SynapseData now implement Serializable and op==, which simplifies these operations in Connections.

@breznak
Copy link
Member Author

breznak commented Jun 4, 2020

@dkeeney when you have time, can I get on with these?

@breznak breznak merged commit 0bc71e1 into master Jun 4, 2020
@breznak breznak deleted the seeds_connections branch June 4, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code code enhancement, optimization, cleanup..programmer stuff ready serializable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant