|
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<typename N > |
N | capd::basicalg::constructFromBitSet (std::istream &) |
|
template<typename N > |
N | capd::basicalg::constructFromBitSet (std::string &) |
|
template<typename N > |
N | capd::basicalg::constructFromBitSet (char const *) |
|
template<typename N > |
N | capd::basicalg::constructFromHexSet (std::istream &) |
|
template<typename N > |
N | capd::basicalg::constructFromHexSet (std::string &) |
|
template<typename N > |
N | capd::basicalg::constructFromHexSet (char const *) |
|
template<typename WS > |
void | capd::basicalg::eatWS (std::istream &in) |
|
template<> |
double | capd::basicalg::constructFromBitSet< double > (std::istream &in) |
|
template<> |
float | capd::basicalg::constructFromBitSet< float > (std::istream &in) |
|
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<> |
double | capd::basicalg::constructFromHexSet< double > (std::istream &in) |
|
template<> |
float | capd::basicalg::constructFromHexSet< float > (std::istream &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) |
|
template<typename N , bool upDo> |
N | capd::basicalg::inferFromString (std::string const &) |
|
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 &) |
|