Raoul Wols
|
819af12055
|
Replace shared_ptr by unique_ptr for Fields (#402)
There is no real purpose to using shared pointers it seems.
|
2021-07-20 10:32:10 +02:00 |
Raoul Wols
|
ac91e954c2
|
Prefer make_shared over calling std::shared_ptr constructor
|
2021-07-01 11:54:43 +02:00 |
Emiel Bruijntjes
|
2e49fd1220
|
Merge pull request #345 from tarhan/master
Added Void field type
|
2020-10-14 21:02:12 +02:00 |
Emiel Bruijntjes
|
b03cc6ff1c
|
the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame
|
2020-08-14 12:20:22 +02:00 |
Dmitriy Lekomtsev
|
1c4917bead
|
Added Void field type
|
2020-07-29 16:21:28 +03:00 |
Emiel Bruijntjes
|
b8d4581569
|
cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7)
|
2014-04-14 17:14:36 +02:00 |
Emiel Bruijntjes
|
ea4f82ac8f
|
Initial commit with the implementation of all methods apart from the publish and consume methods
|
2014-01-04 03:45:04 -08:00 |