C API Documentation
SolverRegistration.h
Go to the documentation of this file.
1
// == PREAMBLE ================================================
2
3
// * Licensed under the Apache License, Version 2.0; see README
4
5
// == FILEDOC =================================================
6
14
#ifndef RR_SOLVER_REGISTRATION_H_
15
#define RR_SOLVER_REGISTRATION_H_
16
17
// == INCLUDES ================================================
18
19
// == CODE ====================================================
20
21
namespace
rr
22
{
23
28
class
SolverRegistrationMgr
{
29
public
:
36
static
void
Register
();
37
};
38
39
}
40
41
#endif
/* RR_INTEGRATOR_REGISTRATION_H_ */
rr::SolverRegistrationMgr
Registers all solver at startup via SolverRegistrationMgr::Register.
Definition:
SolverRegistration.h:28
rr::SolverRegistrationMgr::Register
static void Register()
Registers all solvers at startup.
Generated by
1.9.1