cgv
|
declare an instance of test_registration as static variable in order to register a test function in a test plugin More...
#include <register.h>
Public Member Functions | |
test_registration (const std::string &_test_name, bool(*_test_func)()) | |
the constructor creates a test structure and registeres the test | |
declare an instance of test_registration as static variable in order to register a test function in a test plugin
Definition at line 404 of file register.h.
cgv::base::test_registration::test_registration | ( | const std::string & | _test_name, |
bool(*)() | _test_func | ||
) |
the constructor creates a test structure and registeres the test
Definition at line 817 of file register.cxx.
References cgv::base::register_object().