Uploaded image for project: 'Etch'
  1. Etch
  2. ETCH-226

Avoid copy of data values inside the validators

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • 1.5.0
    • binding-cpp
    • None

    Description

      Currently a copy inside the validateValue method is done. This should be avoided.

      EtchByte *v = (EtchByte *) value;
      result = (EtchObject*) (new EtchByte((capu::int8_t)v->get()));

      Attachments

        Activity

          People

            Unassigned Unassigned
            fitzner Michael Fitzner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: