Custom Data Types #10
-
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hello.
This code works now
|
Beta Was this translation helpful? Give feedback.
-
Sorry I haven't found the time for providing an answer to this question. In fact, I think I might need to think about a few things first, as the parameter traits are currently not convenient and safe enough, so I will think about some improvements before I can finally add an example and some documentation. |
Beta Was this translation helpful? Give feedback.
-
Any news? |
Beta Was this translation helpful? Give feedback.
-
Yes, I recently started to refactor some parameter-traits (now going for leaving a choice between text-based and binary-based parameter traits). It's not yet finished, but check out the example at Lines 10 to 42 in e1e5cc0
I still need to figure out a way how to select the traits in a better way as well as combine different traits properly. Also, I probably need to improve the result traits as well. Still a lot to do and not enough time. But maybe the current progress already helps? |
Beta Was this translation helpful? Give feedback.
-
When we'll I be able to use this ? :) |
Beta Was this translation helpful? Give feedback.
-
You can use it right now. I think |
Beta Was this translation helpful? Give feedback.
Yes, I recently started to refactor some parameter-traits (now going for leaving a choice between text-based and binary-based parameter traits). It's not yet finished, but check out the example at
taopq/src/test/pq/traits.cpp
Lines 10 to 42 in e1e5cc0