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

rttrorg / rttr / 488
93%
master: 92%

Build:
Build:
LAST BUILD BRANCH: vcpkg-instructions
DEFAULT BRANCH: master
Ran 31 Mar 2017 04:51PM UTC
Jobs 2
Files 150
Run time 19s
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
488

push

travis-ci

acki-m
add possiblitiy to register a function of a base class
during register of a derived class.
Internally the base class will be extracted from the
member function pointer an added to the base class list of the derived class.

Example and use case:
---------------------

struct base
{
    void some_method() {}
};

struct derived : base
{
};

registration::class_<derived>("derived")
        .method("some_method", &derived::some_method);

dereived d;
type::get(d).get_method("some_method").invoke(d); // now this is possible

4808 of 5189 relevant lines covered (92.66%)

2273.9 hits per line

Jobs
ID Job ID Ran Files Coverage
12 488.12 (COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 31 Mar 2017 04:51PM UTC 0
92.56
Travis Job 488.12
13 488.13 (COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 31 Mar 2017 04:51PM UTC 0
92.56
Travis Job 488.13
Source Files on build 488
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #488
  • 28dbc856 on github
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