CHROMA
|
Name and registration. More...
Classes | |
struct | Params |
Params for Remez type rational approximation. More... | |
Functions | |
RationalApprox * | createApprox (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "READ_COEFFS" |
Name to be used. More... | |
static bool | registered = false |
Local registration flag. More... | |
Name and registration.
RationalApprox* Chroma::ReadRatApproxEnv::createApprox | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
bool Chroma::ReadRatApproxEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 25 of file read_rat_approx.cc.
References createApprox(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::RationalApproxAggregateEnv::registerAll().
const std::string Chroma::ReadRatApproxEnv::name = "READ_COEFFS" |
|
static |
Local registration flag.
Definition at line 22 of file read_rat_approx.cc.
Referenced by registerAll().