Jump to content

Search the Community

Showing results for tags 'iterating'.

  • Search By Tags

    • iterating ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Hi. I seems to have problem with iterating over attributes. All methods I could find seems to fail. When I try this: for (auto it : gdp->pointAttribs()) { } or this: for (auto it = gdp->pointAttribs().begin(); !it.atEnd(); ++it) { } I get error: Based on this example -> http://www.sidefx.c...
×
×
  • Create New...