|
template<> |
double | capd::basicalg::constructFromBitSet< double > (std::istream &in) |
|
template<> |
float | capd::basicalg::constructFromBitSet< float > (std::istream &in) |
|
template<> |
double | capd::basicalg::constructFromHexSet< double > (std::istream &in) |
|
template<> |
float | capd::basicalg::constructFromHexSet< float > (std::istream &in) |
|
template<> |
double | capd::basicalg::inferFromString< double, false > (std::string const &) |
|
template<> |
double | capd::basicalg::inferFromString< double, true > (std::string const &) |
|
template<> |
float | capd::basicalg::inferFromString< float, false > (std::string const &) |
|
template<> |
float | capd::basicalg::inferFromString< float, true > (std::string const &) |
|
void | capd::basicalg::readBitSet (std::istream &in, unsigned int n0, unsigned char *a) |
|
void | capd::basicalg::readHexSet (std::istream &in, unsigned int n0, unsigned char *a) |
|
void | capd::basicalg::readChar (std::istream &in, char c0) |
|
template<> |
float | capd::basicalg::constructFromBitSet< float > (std::string &in) |
|
template<> |
double | capd::basicalg::constructFromBitSet< double > (std::string &in) |
|
template<> |
float | capd::basicalg::constructFromBitSet< float > (char const *in) |
|
template<> |
double | capd::basicalg::constructFromBitSet< double > (char const *in) |
|
template<> |
float | capd::basicalg::constructFromHexSet< float > (std::string &in) |
|
template<> |
double | capd::basicalg::constructFromHexSet< double > (std::string &in) |
|
template<> |
float | capd::basicalg::constructFromHexSet< float > (char const *in) |
|
template<> |
double | capd::basicalg::constructFromHexSet< double > (char const *in) |
|