Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-673

How do you concatenate a view onto a sub_document?

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • API, Implementation
    • None
    • Linux

    Description

      I'm wondering how to concatenate a document view onto an existing subview. Currently the _core is a private member variable, so my workaround was to fork the repo, make _core public and call:

      sub_document o;
      o._core->concatenate(view)

      Is there a better way to do this?
      Thank you in advance.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebrown@itp.phys.ethz.ch Ethan Brown
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: