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

How about adding comparison feature to ofxOscArgs? #6167

Open
leico opened this issue Nov 1, 2018 · 0 comments
Open

How about adding comparison feature to ofxOscArgs? #6167

leico opened this issue Nov 1, 2018 · 0 comments

Comments

@leico
Copy link
Contributor

leico commented Nov 1, 2018

Hello, openFrameworks users and developers.

Ultimately, I would like to compare ofxOscMessage s. For that reason I would like to implement operator== in ofxOseMessage , but for this I need a operator== function in ofxOscArg s, so I would like to ask opinions.

I am planning to implement to following features in ofxOscArg s (exclude ofxOscArgBlob , ofBuffer is too big.)

  • operator< // exclude ofxOscArgBool
  • operator> // exclude ofxOscArgBool
  • operator==
  • operator!=

Is it great ?

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

No branches or pull requests

1 participant