• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LLNL / conduit / 809
82%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2017 07:56PM UTC
Jobs 1
Files 59
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
809

push

travis-ci

web-flow
add iterators constructors that take node refs (#186)

The best way to obtain an iterator to  a node's children is via the `children()` method, for example:

```
NodeIterator itr = n.children();
NodeConstIterator citr = n.children();
```
However we also want to support using iterator constructors directly.

Prior to this update, the constructors only supported a pointer to a node:

`NodeIterator itr(&n);`

Which is awkward, given we usually write algorithms using Node refs.

This update adds constructors to support:

```
NodeIterator itr(n);
NodeConstIterator citr(n);

```

7626 of 9416 relevant lines covered (80.99%)

1402.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 809.1 (BUILD_SHARED_LIBS=ON MINICONDA=Miniconda2 ENABLE_COVERAGE=ON CMAKE_MAJOR=3.3 CMAKE_MINOR=1) 22 Jun 2017 07:56PM UTC 0
80.99
Travis Job 809.1
Source Files on build 809
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #809
  • 12c2f7e6 on github
  • Prev Build on master (#806)
  • Next Build on master (#814)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc