Object-Oriented Constructs
In this chapter we'll look at various object-oriented constructs and see how they can be mapped to LLVM IR.
.. toctree:: :maxdepth: 1 :caption: Contents: classes virtual-methods single-inheritance multiple-inheritance virtual-inheritance interfaces boxing-and-unboxing class-equivalence-test class-inheritance-test the-new-operator