cgv
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cgv::base::test_registration Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ test_registration()

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().


The documentation for this struct was generated from the following files: