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

rttrorg / rttr / 488 / 13
93%
master: 92%

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

31 Mar 2017 04:28PM UTC coverage: 92.557%. First build
COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true

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

4800 of 5186 relevant lines covered (92.56%)

1136.06 hits per line

Source Files on job 488.13 (COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 488
  • Travis Job 488.13
  • 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