| 57 | } |
| 58 | |
| 59 | std::vector<symbol> terminus::capabilities() const { |
| 60 | value caps(pn_terminus_capabilities(object_)); |
| 61 | return caps.empty() ? std::vector<symbol>() : caps.get<std::vector<symbol> >(); |
| 62 | } |
| 63 | |
| 64 | terminus::dynamic_property_map terminus::dynamic_properties() const { |
| 65 | value props(pn_terminus_properties(object_)); |