Skip to content

common: add removeSelectable function in Select class#5

Merged
stcheng merged 1 commit intosonic-net:masterfrom
stcheng:select
Apr 18, 2016
Merged

common: add removeSelectable function in Select class#5
stcheng merged 1 commit intosonic-net:masterfrom
stcheng:select

Conversation

@stcheng
Copy link
Copy Markdown
Contributor

@stcheng stcheng commented Apr 12, 2016

Used by teamsyncd.


void Select::removeSelectable(Selectable *c)
{
for (auto i = m_objects.begin(); i != m_objects.end(); i++)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

use find() on m_objects ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes. i'll modify this.

@kcudnik
Copy link
Copy Markdown
Contributor

kcudnik commented Apr 18, 2016

Ack

@stcheng stcheng merged commit 0a19c2d into sonic-net:master Apr 18, 2016
@stcheng stcheng deleted the select branch April 18, 2016 21:43
zbud-msft pushed a commit to zbud-msft/sonic-swss-common that referenced this pull request Aug 3, 2022
prgeor pushed a commit to prgeor/sonic-swss-common that referenced this pull request Feb 27, 2025
Pterosaur pushed a commit to Pterosaur/sonic-swss-common that referenced this pull request Apr 13, 2025
Adding following YParser enhancement :

Add multiple nodes to the tree from array instead of using "#" delimiter
Read YIN file schema
Read leafref, must, when expression details
API IsLeafrefMatchedInUnion() to check if data instance type in union is of leafref type.
nazariig pushed a commit to nazariig/sonic-swss-common that referenced this pull request May 6, 2025
)

```<br>* 6328968 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-swss-common into 202412 (2025-02-12) [Sonic Automation]
* 8f47a37 - (origin/202411) Handle 'bulkget' in consumer_table_pops.lua (sonic-net#970) (2025-02-07) [mssonicbld]<br>```
VasanthKumar-palc pushed a commit to vrajeshe/sonic-swss-common that referenced this pull request Jul 18, 2025
…y and new design (sonic-net#5)

* added config db schema for setting mode to support both the legacy and the new design (#2)

* Remove the code that is not required

---------

Co-authored-by: Yogapriyamohankumar <116707523+Yogapriyamohankumar@users.noreply.github.com>
Co-authored-by: nitinshettar <hritik.muley@palcnetworks.com>
vrajeshe pushed a commit to vrajeshe/sonic-swss-common that referenced this pull request Jul 21, 2025
…y and new design (sonic-net#5) (#2)

* added config db schema for setting mode to support both the legacy and the new design (#2)

* Remove the code that is not required

---------

Co-authored-by: Sandeep Kulambi <sandeep.kulambi@palcnetworks.com>
Co-authored-by: Yogapriyamohankumar <116707523+Yogapriyamohankumar@users.noreply.github.com>
Co-authored-by: nitinshettar <hritik.muley@palcnetworks.com>
vrajeshe pushed a commit to vrajeshe/sonic-swss-common that referenced this pull request Jul 22, 2025
…y and new design (sonic-net#5) (#2)

* added config db schema for setting mode to support both the legacy and the new design (#2)

* Remove the code that is not required

---------

Co-authored-by: Sandeep Kulambi <sandeep.kulambi@palcnetworks.com>
Co-authored-by: Yogapriyamohankumar <116707523+Yogapriyamohankumar@users.noreply.github.com>
Co-authored-by: nitinshettar <hritik.muley@palcnetworks.com>
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.

2 participants