Stream: implementers
Topic: circular dependency
Stephan Wedig (Mar 15 2020 at 10:13):
I try to convert the fhir profiles into c++ classes. But in the fhir profiles there are circular dependency.(Identifier/Reference, Element/Extension) In C++ is that a big problem because class A knows from class B but not B from A. You can fix that with forward declaration but you can not access the member from A in B. Did someone have the same problem and fixed that?
Jose Costa Teixeira (Mar 15 2020 at 18:07):
I don't know what you are trying to achieve but did you look at this?
http://build.fhir.org/types.html
Last updated: Apr 12 2022 at 19:14 UTC